mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Change warning title
This commit is contained in:
parent
9c427f202d
commit
3f73cd5bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export class FormDirtyGuard extends DirtyCheckGuard {
|
|||
|
||||
confirmChanges(): Observable<boolean> {
|
||||
let modal = this.modalService.open(ConfirmDialogComponent, {backdrop: 'static'})
|
||||
modal.componentInstance.title = $localize`Confirm`
|
||||
modal.componentInstance.title = $localize`Unsaved Changes`
|
||||
modal.componentInstance.messageBold = $localize`You have unsaved changes.`
|
||||
modal.componentInstance.message = $localize`Are you sure you want to leave?`
|
||||
modal.componentInstance.btnClass = "btn-warning"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue