From 2c4070135e03246472a0c42b247878cc2325a4f6 Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Fri, 13 Sep 2019 18:00:34 +0300 Subject: [PATCH] Adds subtitle on Grant tab of DMP edit. --- .../src/app/ui/dmp/editor/grant-tab/grant-tab.component.html | 3 +++ dmp-frontend/src/assets/i18n/en.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/grant-tab/grant-tab.component.html b/dmp-frontend/src/app/ui/dmp/editor/grant-tab/grant-tab.component.html index fc3d7483a..45ad4b56d 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/grant-tab/grant-tab.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/grant-tab/grant-tab.component.html @@ -7,6 +7,7 @@ + {{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}} @@ -42,6 +43,7 @@ + {{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}} @@ -78,6 +80,7 @@ + {{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}} diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 5ac861ac7..6647e7faf 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -573,7 +573,8 @@ "PROJECT": "Project", "GRANT": "Grant", "FUNDER": "Funder", - "STATUS": "DMP Status" + "STATUS": "DMP Status", + "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)" }, "ACTIONS": { "GO-TO-GRANT": "Go To DMP Grant",