+

{{ 'QUICKWIZARD.CREATE-ADD.ADD.DATASET-WIZARD' | translate }}

+

{{ 'QUICKWIZARD.CREATE-ADD.ADD.POST-SELECTION-INFO' | translate }}

{{'DATASET-CREATE-WIZARD.FIRST-STEP.TITLE'| translate}}
- +
@@ -31,9 +34,11 @@ diff --git a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.html b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.html index 38467da44..5c717ea42 100644 --- a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.html +++ b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.html @@ -3,6 +3,7 @@

{{ 'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.TITLE' | translate }}

+

{{ 'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.POST-SELECTION-INFO' | translate }}

diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 09550a37b..24ce9c935 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -871,10 +871,11 @@ "QUICKWIZARD": { "CREATE-ADD": { "CREATE": { - "TITLE": "New DMP", - "SUBTITLE": "Use the wizard to create a DMP, describe your datasets according to requirements", + "TITLE": "Create new DMP", + "SUBTITLE": "Create a new DMP and describe your dataset(s) guided step by step by our wizard through the most essential elements of a DMP definition.", "QUICKWIZARD_CREATE": { "TITLE": "DMP Wizard", + "POST-SELECTION-INFO": "This wizard allows you to create a new DMP supplying just the most essential information required for it and then describe one or more datasets that are managed under this DMP. After finishing through the wizard you will be able to further edit the DMP, accessing its advanced properties, via the full DMP editor, and even add more Dataset descriptions or editing the previous ones.", "ACTIONS": { "DELETE": "Delete", "SAVE": "Save", @@ -923,8 +924,10 @@ } }, "ADD": { - "TITLE": "Add Dataset", - "SUBTITLE": "A DMP can have more than one datasets. Describe new datasets here" + "TITLE": "Add a dataset description into an existing DMP", + "DATASET-WIZARD": "Dataset Wizard", + "POST-SELECTION-INFO": "This wizard simplifies the process of adding new dataset descriptions into existing DMPs, guiding you through and requesting only the most essential pieces of information for completing the task. Full access to the attributes of a dataset description can be obtained afterwards via the Dataset Description access menus of the System.", + "SUBTITLE": "This wizard allows you to describe additional datasets managed in the context of a DMP providing only the essential information for their description." } }, "SAVE-DIALOG": {