From d91c6fd4e1031a092b26422e0662a2b8efd83657 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 Jan 2021 11:44:05 +0100 Subject: [PATCH] ui: tfa: drop bogus gettext of empty string Signed-off-by: Thomas Lamprecht --- www/config/TfaView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/TfaView.js b/www/config/TfaView.js index 9188ae52..6d7e862a 100644 --- a/www/config/TfaView.js +++ b/www/config/TfaView.js @@ -305,7 +305,7 @@ Ext.define('PBS.tfa.confirmRemove', { xtype: 'box', padding: '5 5', reference: 'message', - html: gettext(''), + html: '', style: { textAlign: "center", },