mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 11:32:41 +00:00
ResourceEdit.js: use correct filed label
This commit is contained in:
parent
4a218fd947
commit
69a30784fc
@ -448,10 +448,10 @@ Ext.define('PVE.lxc.MountPointInputPanel', {
|
|||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
name: 'mp',
|
name: 'mp',
|
||||||
value: '',
|
value: '',
|
||||||
emptyText: gettext('Path'),
|
emptyText: gettext('/some/path'),
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
hidden: isroot,
|
hidden: isroot,
|
||||||
fieldLabel: gettext('/some/path'),
|
fieldLabel: gettext('Path'),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user