change primary action for delete confirmation dialog
This commit is contained in:
parent
42c8ef6262
commit
a8f904dc42
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ define(['connectionManager', 'confirm', 'appRouter', 'globalize'], function (con
|
|||
title: title,
|
||||
text: msg,
|
||||
confirmText: globalize.translate('Delete'),
|
||||
primary: 'cancel'
|
||||
primary: 'ok'
|
||||
|
||||
}).then(function () {
|
||||
|
||||
|
@ -54,4 +54,4 @@ define(['connectionManager', 'confirm', 'appRouter', 'globalize'], function (con
|
|||
return {
|
||||
deleteItem: deleteItem
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue