[pve-devel] [PATCH manager 6/6] Do not translate Unix/Linux specific terms

Dominik Csapak d.csapak at proxmox.com
Tue Nov 28 11:19:06 CET 2017


On 11/08/2017 04:10 PM, Emmanuel Kasper wrote:
> Signed-off-by: Emmanuel Kasper <e.kasper at proxmox.com>
> ---
>   www/manager6/lxc/ResourceEdit.js | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js
> index 9770de8d..48e5b57a 100644
> --- a/www/manager6/lxc/ResourceEdit.js
> +++ b/www/manager6/lxc/ResourceEdit.js
> @@ -498,7 +498,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
>   
>   	me.acl = Ext.createWidget('pveKVComboBox', {
>   	    name: 'acl',
> -	    fieldLabel: gettext('ACLs'),
> +	    fieldLabel: 'ACLs',
>   	    comboItems: [['Default', 'Default'], ['1', 'On'], ['0', 'Off']],
>   	    value: 'Default',
>   	    allowBlank: true
> 

this patch does not apply anymore, can you rebase maybe ?




More information about the pve-devel mailing list