mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-20 06:58:09 +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', {
|
||||
name: 'acl',
|
||||
fieldLabel: gettext('ACLs'),
|
||||
fieldLabel: 'ACLs',
|
||||
comboItems: [['Default', 'Default'], ['1', 'On'], ['0', 'Off']],
|
||||
value: 'Default',
|
||||
allowBlank: true
|
||||
|
Loading…
Reference in New Issue
Block a user