]> git.proxmox.com Git - pmg-gui.git/commitdiff
tfa: avoid trailing space on WebAuthn
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 13:15:57 +0000 (15:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 13:15:57 +0000 (15:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/TFAView.js

index da4bf35d07a308ec5281964102f8a7bc1b0a29f8..90ee13383ce5cb1c3b8d755134c1344261915fe9 100644 (file)
@@ -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 }),