ui: vm/usbedit: add gettext to label
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
3db3e3eccc
commit
2111353c90
@ -102,7 +102,7 @@ Ext.define('PVE.qemu.USBInputPanel', {
|
|||||||
bind: { disabled: '{!hostdevice.checked}' },
|
bind: { disabled: '{!hostdevice.checked}' },
|
||||||
editable: true,
|
editable: true,
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
fieldLabel: 'Choose Device',
|
fieldLabel: gettext('Choose Device'),
|
||||||
labelAlign: 'right',
|
labelAlign: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user