ui: tfa: drop bogus gettext of empty string

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-12 11:44:05 +01:00
parent 711d1f6fc3
commit d91c6fd4e1

View File

@ -305,7 +305,7 @@ Ext.define('PBS.tfa.confirmRemove', {
xtype: 'box',
padding: '5 5',
reference: 'message',
html: gettext(''),
html: '',
style: {
textAlign: "center",
},