change primary action for delete confirmation dialog

This commit is contained in:
grafixeyehero 2019-08-31 21:42:40 +03:00
parent 42c8ef6262
commit a8f904dc42

View File

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