From 3763e0e34ff722f7f29736c9ce75eb2d42b272ec Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Wed, 26 Jun 2019 11:07:43 +0300 Subject: [PATCH] Fixes language misstep on DMP editor. --- .../app/ui/dmp/editor/general-tab/general-tab.component.html | 2 +- dmp-frontend/src/assets/i18n/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/general-tab/general-tab.component.html b/dmp-frontend/src/app/ui/dmp/editor/general-tab/general-tab.component.html index 88edadb89..274b330b6 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/general-tab/general-tab.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/general-tab/general-tab.component.html @@ -52,7 +52,7 @@ {{formGroup.get('organisations').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} - Add here the names of the organisations contributing to the creation and revision of the DMPs + {{'DMP-EDITOR.FIELDS.ORGANISATIONS-HINT' | translate}}
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index e33cbbba7..3ca89b778 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -479,6 +479,7 @@ "PROJECT": "Related Project", "DESCRIPTION": "Description", "ORGANISATIONS": "Organisations", + "ORGANISATIONS-HINT": "Add here the names of the organisations contributing to the creation and revision of the DMPs", "RESEARCHERS": "Researchers", "TEMPLATES": "Templates", "TEMPLATE": "DMP Template",