From 4f507eddf35daa52c2f90c7b90bdd2340e1d1778 Mon Sep 17 00:00:00 2001 From: apapachristou Date: Mon, 23 Sep 2019 10:21:12 +0300 Subject: [PATCH] Add Description to External Datasets - (Issue #154) --- .../dataset-external-references-editor.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/dataset/dataset-wizard/external-references/dataset-external-references-editor.component.html b/dmp-frontend/src/app/ui/dataset/dataset-wizard/external-references/dataset-external-references-editor.component.html index 7f7c8a9e7..f9ee3133d 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/external-references/dataset-external-references-editor.component.html +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/external-references/dataset-external-references-editor.component.html @@ -41,6 +41,9 @@ +
+ {{'DATASET-EDITOR.FIELDS.EXTERNAL-DATASETS-DESCRIPTION' | translate}} +
diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index fa06a21eb..889bc55ef 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -729,7 +729,8 @@ "DATAREPOSITORIES": "Data Repositories", "REGISTRIES": "Registries", "SERVICES": "Services", - "EXTERNAL-DATASETS": "External Dataset", + "EXTERNAL-DATASETS": "External Datasets", + "EXTERNAL-DATASETS-DESCRIPTION": "Datasets related to the one being described in the DMP, either utilized for its production or being a derivative or byproduct of its utilization", "EXTERNAL-DATASET-TYPE": "External Dataset Type", "EXTERNAL-DATASET-INFO": "External Dataset Info", "DATAREPOSITORIES-INFO": "Data Repositories Info",