From 44915932d509fa4e20043d9681327d2373f72f97 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Jan 2021 19:44:07 +0100 Subject: [PATCH] ui: tfa: webautn: move spinning icon down to waiting message Signed-off-by: Thomas Lamprecht --- www/LoginView.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, },