mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1270] delete confirmation dialog strings (#294)
* delete confirmation dialog strings * upgrade to latest adf with dialog fixes
This commit is contained in:
committed by
Cilibiu Bogdan
parent
077366bd7e
commit
176ee2c5cc
@@ -46,7 +46,9 @@ export class NodePermanentDeleteDirective {
|
||||
const dialogRef = this.dialog.open(ConfirmDialogComponent, {
|
||||
data: {
|
||||
title: 'APP.DIALOGS.CONFIRM_PURGE.TITLE',
|
||||
message: 'APP.DIALOGS.CONFIRM_PURGE.MESSAGE'
|
||||
message: 'APP.DIALOGS.CONFIRM_PURGE.MESSAGE',
|
||||
yesLabel: 'APP.DIALOGS.CONFIRM_PURGE.YES_LABEL',
|
||||
noLabel: 'APP.DIALOGS.CONFIRM_PURGE.NO_LABEL'
|
||||
},
|
||||
minWidth: '250px'
|
||||
});
|
||||
|
Reference in New Issue
Block a user