ui: tfa: fix emptyText for password
One needs to enter their password, not the one from the user one adds/deletes TFA. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -394,8 +394,8 @@ Ext.define('PBS.tfa.confirmRemove', {
|
||||
validateBlank: true,
|
||||
padding: '10 0 0 0',
|
||||
cbind: {
|
||||
emptyText: get =>
|
||||
Ext.String.format(gettext("Confirm password of '{0}'"), get('userid')),
|
||||
emptyText: () =>
|
||||
Ext.String.format(gettext("Confirm your ({0}) password"), Proxmox.UserName),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user