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', {
|
Ext.define('PBS.tfa.confirmRemove', {
|
||||||
extend: 'Proxmox.window.Edit',
|
extend: 'Proxmox.window.Edit',
|
||||||
|
|
||||||
|
title: gettext("Confirm TFA Removal"),
|
||||||
|
|
||||||
modal: true,
|
modal: true,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
title: gettext("Confirm Password"),
|
|
||||||
width: 512,
|
width: 512,
|
||||||
isCreate: true, // logic
|
isCreate: true, // logic
|
||||||
isRemove: true,
|
isRemove: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user