mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 11:59:22 +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}' },
|
||||
editable: true,
|
||||
allowBlank: false,
|
||||
fieldLabel: 'Choose Device',
|
||||
fieldLabel: gettext('Choose Device'),
|
||||
labelAlign: 'right',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user