Do not translate Unix/Linux specific terms

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-11-28 11:26:12 +01:00
parent 0464b05279
commit 1ca8a8f20a

View File

@ -211,7 +211,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