mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 08:55:18 +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',
|
||||
name: 'mp',
|
||||
value: '',
|
||||
emptyText: gettext('Path'),
|
||||
emptyText: gettext('/some/path'),
|
||||
allowBlank: false,
|
||||
hidden: isroot,
|
||||
fieldLabel: gettext('/some/path'),
|
||||
fieldLabel: gettext('Path'),
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user