[pve-devel] applied: [PATCH manager 1/2] ui: vm/usbedit: add gettext to label

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Sep 26 07:34:53 CEST 2019


On 9/25/19 2:30 PM, Aaron Lauterer wrote:
> Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
> ---
>  www/manager6/qemu/USBEdit.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager6/qemu/USBEdit.js b/www/manager6/qemu/USBEdit.js
> index 8cad8fc5..f41c3d21 100644
> --- a/www/manager6/qemu/USBEdit.js
> +++ b/www/manager6/qemu/USBEdit.js
> @@ -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',
>  		},
>  		{
> 

applied, thanks




More information about the pve-devel mailing list