Renames Popup message on DMP creation. (Issue #142)

This commit is contained in:
gkolokythas 2019-07-18 11:50:19 +03:00
parent 83e1a9790e
commit 30dd91c21d
2 changed files with 3 additions and 3 deletions

View File

@ -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
}
});

View File

@ -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"