ui: webauthn config: use ID instead of Id/id

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-15 16:25:26 +01:00
parent 3fffcb5d77
commit a6a903293b
1 changed files with 2 additions and 2 deletions

View File

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