From 311f79b372da2c37de11bdf733184b715ab32925 Mon Sep 17 00:00:00 2001 From: gpapavgeri Date: Thu, 6 Aug 2020 16:06:16 +0300 Subject: [PATCH] Placeholder changed in dataset-info --- .../app/ui/dmp/editor/dataset-info/dataset-info.component.html | 2 +- dmp-frontend/src/assets/i18n/de.json | 1 + dmp-frontend/src/assets/i18n/en.json | 1 + dmp-frontend/src/assets/i18n/es.json | 1 + dmp-frontend/src/assets/i18n/gr.json | 1 + dmp-frontend/src/assets/i18n/tr.json | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html b/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html index 9b3cea48f..81c65a9cd 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html @@ -13,7 +13,7 @@
- + {{formGroup.get('profiles').getError('backendError').message}} diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 95f380a7e..78a43ff70 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -703,6 +703,7 @@ "TEMPLATES": "Vorlagen", "TEMPLATE": "DMP Vorlage", "DATASET-TEMPLATES": "Zugehörige Vorlagen für Datensatzbeschreibungen", + "SELECT-TEMPLATE": "Select a template to describe your dataset", "PROFILE": "DMP Vorlage", "PROJECT": "Projekt", "GRANT": "Förderung", diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 0c95c749d..4db84dad5 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -774,6 +774,7 @@ "TEMPLATES": "Templates", "TEMPLATE": "DMP Template", "DATASET-TEMPLATES": "Related Dataset Description Templates", + "SELECT-TEMPLATE": "Select a template to describe your dataset", "PROFILE": "DMP Template", "PROJECT": "Project", "GRANT": "Grant", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 6cf25cbf9..dc427fa7b 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -768,6 +768,7 @@ "TEMPLATES": "Plantillas", "TEMPLATE": "Plantilla del PGD", "DATASET-TEMPLATES": "Related Dataset Description Templates", + "SELECT-TEMPLATE": "Select a template to describe your dataset", "PROFILE": "Plantilla del PGD", "PROJECT": "Proyecto", "GRANT": "Subvención", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 1bb327fb1..81ea7929a 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -768,6 +768,7 @@ "TEMPLATES": "Templates", "TEMPLATE": "Template Σχεδίου Διαχείρισης Δεδομένων", "DATASET-TEMPLATES": "Σχετικά Templates Περιγραφής Συνόλου Δεδομένων", + "SELECT-TEMPLATE": "Select a template to describe your dataset", "PROFILE": "Template Σχεδίου Διαχείρισης Δεδομένων", "PROJECT": "Έργο", "GRANT": "Επιχορήγηση", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index 8bf6ca576..30b4d182b 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -700,6 +700,7 @@ "TEMPLATES": "Şablonlar", "TEMPLATE": "VYP Şablonu", "DATASET-TEMPLATES": "İlgili Veriseti Tanım Şablonları", + "SELECT-TEMPLATE": "Select a template to describe your dataset", "PROFILE": "VYP Şablonu", "PROJECT": "Proje", "GRANT": "Hibe",