]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: webauthn config: use ID instead of Id/id
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Jan 2021 15:25:26 +0000 (16:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Jan 2021 15:25:26 +0000 (16:25 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/config/WebauthnView.js

index 914abcdcf7df96b401c39492f66dc4728575a2bb..17cb0d2205430f03ec7a8fce59c576ad121101bb 100644 (file)
@@ -16,7 +16,7 @@ Ext.define('PBS.WebauthnConfigView', {
            required: true,
        },
        id: {
-           header: gettext('Id'),
+           header: 'ID',
            required: true,
        },
     },
@@ -75,7 +75,7 @@ Ext.define('PBS.WebauthnConfigEdit', {
        },
        {
            xtype: 'textfield',
-           fieldLabel: gettext('id'),
+           fieldLabel: 'ID',
            name: 'id',
            allowBlank: false,
        },