mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-21 17:34:23 +00:00
Do not translate Unix/Linux specific terms
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0464b05279
commit
1ca8a8f20a
@ -211,7 +211,7 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
|
|||||||
|
|
||||||
me.acl = Ext.createWidget('pveKVComboBox', {
|
me.acl = Ext.createWidget('pveKVComboBox', {
|
||||||
name: 'acl',
|
name: 'acl',
|
||||||
fieldLabel: gettext('ACLs'),
|
fieldLabel: 'ACLs',
|
||||||
comboItems: [['Default', 'Default'], ['1', 'On'], ['0', 'Off']],
|
comboItems: [['Default', 'Default'], ['1', 'On'], ['0', 'Off']],
|
||||||
value: 'Default',
|
value: 'Default',
|
||||||
allowBlank: true
|
allowBlank: true
|
||||||
|
Loading…
Reference in New Issue
Block a user