From 5e4a31748ec6525f396da5da780711e44365974a Mon Sep 17 00:00:00 2001 From: Diamadis Tziotzios Date: Thu, 21 Dec 2017 12:12:44 +0200 Subject: [PATCH] no message --- .../dataset-wizard.component.html | 33 ++++++++----------- dmp-frontend/src/assets/lang/en.json | 17 ++++++++++ 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html index 2e7507802..48ab634f8 100644 --- a/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/dataset-wizard/dataset-wizard.component.html @@ -2,43 +2,36 @@
- Dataset Profile Associations - + {{'DATASET-WIZARD.FIRST-STEP.TITLE' | translate}} + - +
- +
- Dataset Profile Basic Info + {{'DATASET-WIZARD.SECOND-STEP.TITLE' | translate}}
- - + +
- Dataset Profile Form - You are now done. + {{'DATASET-WIZARD.THIRD-STEP.TITLE' | translate}} +
- +
- + \ No newline at end of file diff --git a/dmp-frontend/src/assets/lang/en.json b/dmp-frontend/src/assets/lang/en.json index ecab6e81c..04f59362e 100644 --- a/dmp-frontend/src/assets/lang/en.json +++ b/dmp-frontend/src/assets/lang/en.json @@ -44,6 +44,23 @@ "VERSION": "Version" } }, + "DATASET-WIZARD": { + "FIRST-STEP": { + "TITLE": "Plan Information", + "DMP": "Data Management Plan", + "PROFILE": "Profile" + }, + "SECOND-STEP": { + "TITLE": "Dataset Information" + }, + "THIRD-STEP": { + "TITLE": "Definition" + }, + "ACTIONS": { + "NEXT": "Next", + "BACK": "Back" + } + }, "DATASET-LISTING": { "TITLE": "Datasets", "COLUMNS": {