@abp/ng.theme.shared 5.0.0-rc.2 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1053,7 +1053,7 @@
1053
1053
  return;
1054
1054
  this.isConfirmationOpen = true;
1055
1055
  this.confirmationService
1056
- .warn('AbpAccount::AreYouSureYouWantToCancelEditingWarningMessage', 'AbpAccount::AreYouSure', { dismissible: false })
1056
+ .warn('AbpUi::AreYouSureYouWantToCancelEditingWarningMessage', 'AbpUi::AreYouSure', { dismissible: false })
1057
1057
  .subscribe(function (status) {
1058
1058
  _this.isConfirmationOpen = false;
1059
1059
  if (status === exports.Confirmation.Status.confirm) {