diff --git a/dmp-frontend/src/app/library/rich-text-editor/rich-text-editor.component.ts b/dmp-frontend/src/app/library/rich-text-editor/rich-text-editor.component.ts index a623ff7e4..7f63b15f3 100644 --- a/dmp-frontend/src/app/library/rich-text-editor/rich-text-editor.component.ts +++ b/dmp-frontend/src/app/library/rich-text-editor/rich-text-editor.component.ts @@ -7,15 +7,15 @@ import { Subscription } from "rxjs"; selector: 'rich-text-editor-component', template: `
- - + close +
`, styleUrls: ['./rich-text-editor.component.scss'], diff --git a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-section/form-section.component.html b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-section/form-section.component.html index b1bed6675..97ac3dbac 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-section/form-section.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-section/form-section.component.html @@ -3,7 +3,7 @@ -
{{path}}.section {{section.title}}
+
{{path}}.section {{section.title}}
{{path}} {{section.title}}
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 902a0c3e3..c122ef9fd 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1559,7 +1559,7 @@ }, "REFERENCE-FIELD-COMPONENT": { "EXTERNAL-SOURCE": "Source", - "INTERNAL-SOURCE": "Not bind with source" + "INTERNAL-SOURCE": "Internal" }, "TENANT-CHOOSE-DIALOG": { "TITLE": "Please select your Tenant",