mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 06:29:35 +00:00
ui: vm/usbedit: add gettext to label
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
17f6a3f6f4
commit
cc9c5af4aa
@ -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…
Reference in New Issue
Block a user