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

Emmanuel Kasper e.kasper at proxmox.com
Wed Nov 8 16:10:31 CET 2017


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
-- 
2.11.0





More information about the pve-devel mailing list