Skip to content

Commit

Permalink
Merge pull request abpframework#11114 from abpframework/auto-merge/re…
Browse files Browse the repository at this point in the history
…l-5-0/749

Merge branch dev with rel-5.0
  • Loading branch information
maliming authored Dec 29, 2021
2 parents 6d63a7b + f067520 commit 9615384
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ var abp = abp || {};
abp.event.on('abp.configurationInitialized', function () {
var l = abp.localization.getResource('AbpUi');

abp.libs.sweetAlert.config.default.confirmButtonText = l('Yes');
abp.libs.sweetAlert.config.default.denyButtonText = l('No');
abp.libs.sweetAlert.config.default.cancelButtonText = l('Cancel');
abp.libs.sweetAlert.config.confirm.title = l('AreYouSure');
abp.libs.sweetAlert.config.confirm.confirmButtonText = l('Yes');
abp.libs.sweetAlert.config.confirm.denyButtonText = l('No');
abp.libs.sweetAlert.config.confirm.cancelButtonText = l('Cancel');
abp.libs.sweetAlert.config.confirm.showCancelButton = true;
abp.libs.sweetAlert.config.confirm.reverseButtons = true;
});
Expand Down

0 comments on commit 9615384

Please sign in to comment.