ui: vm/usbedit: add gettext to label

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2019-09-25 14:30:54 +02:00 committed by Thomas Lamprecht
parent 3db3e3eccc
commit 2111353c90

View File

@ -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',
}, },
{ {