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": {