From c5123f4bce07236871579c7657bde3152b32f7f9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 14 Jun 2023 15:15:57 +0200 Subject: [PATCH] tfa: avoid trailing space on WebAuthn Signed-off-by: Thomas Lamprecht --- js/TFAView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/TFAView.js b/js/TFAView.js index da4bf35..90ee133 100644 --- a/js/TFAView.js +++ b/js/TFAView.js @@ -94,7 +94,7 @@ Ext.define('PMG.TFAView', { me.tbar.push( '->', { - text: gettext('WebAuthn '), + text: gettext('WebAuthn'), itemId: 'webauthn', iconCls: 'fa fa-fw fa-cog', handler: () => Ext.create('PMG.WebauthnConfigEdit', { autoShow: true }), -- 2.39.2