diff --git a/www/LoginView.js b/www/LoginView.js index cd4aa063..e4245352 100644 --- a/www/LoginView.js +++ b/www/LoginView.js @@ -491,12 +491,11 @@ Ext.define('PBS.login.TfaWindow', { items: [ { xtype: 'box', - html: `` + - gettext('Please insert your authenticator device and press its button'), + html: gettext('Please insert your authentication device and press its button'), }, { xtype: 'box', - html: gettext('Waiting for second factor.'), + html: gettext('Waiting for second factor.') +``, reference: 'webAuthnWaiting', hidden: true, },