ui: tfa: fix title for removal confirmation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
492bc2ba63
commit
4e9cc3e97c
@ -262,9 +262,10 @@ Ext.define('PBS.config.TfaView', {
|
||||
Ext.define('PBS.tfa.confirmRemove', {
|
||||
extend: 'Proxmox.window.Edit',
|
||||
|
||||
title: gettext("Confirm TFA Removal"),
|
||||
|
||||
modal: true,
|
||||
resizable: false,
|
||||
title: gettext("Confirm Password"),
|
||||
width: 512,
|
||||
isCreate: true, // logic
|
||||
isRemove: true,
|
||||
|
Loading…
Reference in New Issue
Block a user