From b7774759f60f50af5e032ed1152919e9eeb97cdd Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Tue, 16 Apr 2024 16:57:20 +0300 Subject: [PATCH] minor fixes --- .../rich-text-editor/rich-text-editor.component.ts | 8 ++++---- .../components/form-section/form-section.component.html | 2 +- dmp-frontend/src/assets/i18n/en.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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",