mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
add more localization tags #123
This commit is contained in:
parent
aa6e96e54d
commit
d6e733c56f
10 changed files with 35 additions and 39 deletions
|
|
@ -14,7 +14,7 @@ export class ConfirmDialogComponent implements OnInit {
|
|||
public confirmClicked = new EventEmitter()
|
||||
|
||||
@Input()
|
||||
title = "Confirmation"
|
||||
title = $localize`Confirmation`
|
||||
|
||||
@Input()
|
||||
messageBold
|
||||
|
|
@ -26,7 +26,7 @@ export class ConfirmDialogComponent implements OnInit {
|
|||
btnClass = "btn-primary"
|
||||
|
||||
@Input()
|
||||
btnCaption = "Confirm"
|
||||
btnCaption = $localize`Confirm`
|
||||
|
||||
confirmButtonEnabled = true
|
||||
seconds = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue