]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/panel/TfaView.js
tfa view: fix WebAuthn casing
[proxmox-widget-toolkit.git] / 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',