change primary id that have delete, uninstall

This commit is contained in:
grafixeyehero 2019-09-01 18:52:36 +03:00
parent babb4f1028
commit 6d3c617c28
5 changed files with 11 additions and 11 deletions

View file

@ -74,7 +74,7 @@ define(['dialogHelper', 'require', 'layoutManager', 'globalize', 'userSettings',
title: globalize.translate('ConfirmDeletion'),
text: msg,
confirmText: globalize.translate('Delete'),
primary: 'cancel'
primary: 'ok'
}).then(function () {
@ -523,4 +523,4 @@ define(['dialogHelper', 'require', 'layoutManager', 'globalize', 'userSettings',
return {
show: showEditor
};
});
});