Browse Source
fix: wrong message in modal component
pull/10907/head
Bunyamin Coskuner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/components/modal/modal.component.ts
|
|
|
@ -175,8 +175,8 @@ export class ModalComponent implements OnInit, OnDestroy, DismissableModal { |
|
|
|
this.isConfirmationOpen = true; |
|
|
|
this.confirmationService |
|
|
|
.warn( |
|
|
|
'AbpAccount::AreYouSureYouWantToCancelEditingWarningMessage', |
|
|
|
'AbpAccount::AreYouSure', |
|
|
|
'AbpUi::AreYouSureYouWantToCancelEditingWarningMessage', |
|
|
|
'AbpUi::AreYouSure', |
|
|
|
{ dismissible: false }, |
|
|
|
) |
|
|
|
.subscribe((status: Confirmation.Status) => { |
|
|
|
|