diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts index addc886a7..970167beb 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.ts @@ -448,7 +448,7 @@ export class DmpEditorComponent extends BaseComponent implements OnInit, IBreadC data: { message: this.language.instant('GENERAL.CONFIRMATION-DIALOG.ADD-DATASET'), confirmButton: this.language.instant('GENERAL.CONFIRMATION-DIALOG.ACTIONS.CONFIRM'), - cancelButton: this.language.instant('GENERAL.CONFIRMATION-DIALOG.ACTIONS.CANCEL'), + cancelButton: this.language.instant('GENERAL.CONFIRMATION-DIALOG.ACTIONS.NO'), isDeleteConfirmation: false } }); diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index f994820fa..88c236877 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -36,11 +36,11 @@ "DELETE-ITEM": "Delete this item?", "DELETE-USER": "Remove this collaborator?", "FINALIZE-ITEM": "Finalize this item?", - "ADD-DATASET": "Proceed on adding new Dataset Description?", + "ADD-DATASET": "Do you want to add a Dataset Description to your DMP?", "ZENODO-DOI": "Would you like to create digital object identifier (DOI) for the DMP?", "ACTIONS": { "CONFIRM": "Yes", - "No": "No", + "NO": "No", "DELETE": "Delete", "REMOVE": "Remove", "CANCEL": "Cancel"