Renames Popup message on DMP creation. (Issue #142)
This commit is contained in:
parent
83e1a9790e
commit
30dd91c21d
|
@ -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
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue