ui: webauthn config: use ID instead of Id/id
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3fffcb5d77
commit
a6a903293b
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue