ui: tfa: drop bogus gettext of empty string
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
711d1f6fc3
commit
d91c6fd4e1
@ -305,7 +305,7 @@ Ext.define('PBS.tfa.confirmRemove', {
|
||||
xtype: 'box',
|
||||
padding: '5 5',
|
||||
reference: 'message',
|
||||
html: gettext(''),
|
||||
html: '',
|
||||
style: {
|
||||
textAlign: "center",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user