diff --git a/dmp-frontend/src/app/ui/quick-wizard/dmp-editor/dmp-editor-wizard.component.html b/dmp-frontend/src/app/ui/quick-wizard/dmp-editor/dmp-editor-wizard.component.html index cf551a97f..54ade44f3 100644 --- a/dmp-frontend/src/app/ui/quick-wizard/dmp-editor/dmp-editor-wizard.component.html +++ b/dmp-frontend/src/app/ui/quick-wizard/dmp-editor/dmp-editor-wizard.component.html @@ -20,11 +20,13 @@ + {{'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.SECOND-STEP.FIELDS.DESCRIPTION-HINT' | translate}} - + + {{'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.SECOND-STEP.FIELDS.PROFILE-HINT' | translate}} {{formGroup.get('datasetProfile').getError('backendError').message}} diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 06ce53f9a..5b1b332c0 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -887,13 +887,15 @@ } }, "SECOND-STEP": { - "TITLE": "Description", + "TITLE": "DMP Profile", "NEW-TITLE": "", "DMP-NAME": "DMP For Project : ", "FIELDS": { "NAME": "Title of the DMP", - "DESCRIPTION": "Provide an optional description for the DMP context and purpose", - "PROFILE": "Dataset Description Template" + "DESCRIPTION": "Summary", + "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", + "PROFILE": "Dataset Description Template", + "PROFILE-HINT": "Select a template to describe your dataset(s)" } }, "THIRD-STEP": {