]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
tfa view: fix WebAuthn casing
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Feb 2022 06:57:43 +0000 (07:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Feb 2022 06:57:43 +0000 (07:57 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/panel/TfaView.js

index a23706231abef6d5325d6be6673c4b142631da03..e7a09a93a748170df5cde653409bfe14c37fa3ec 100644 (file)
@@ -256,7 +256,7 @@ Ext.define('Proxmox.panel.TfaView', {
                        handler: 'addTotp',
                    },
                    {
-                       text: gettext('Webauthn'),
+                       text: gettext('WebAuthn'),
                        itemId: 'webauthn',
                        iconCls: 'fa fa-fw fa-shield',
                        handler: 'addWebauthn',