mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-05 12:36:24 +00:00
ui: datastore edit: improve field label name
And use title case to be consistent with the other field labels. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
bd25fc40a6
commit
7e1aa4d283
@ -113,7 +113,7 @@ Ext.define('PBS.DataStoreEdit', {
|
|||||||
uuidEditField.allowBlank = !isRemovable;
|
uuidEditField.allowBlank = !isRemovable;
|
||||||
uuidEditField.setValue('');
|
uuidEditField.setValue('');
|
||||||
if (isRemovable) {
|
if (isRemovable) {
|
||||||
pathField.setFieldLabel(gettext('On device path'));
|
pathField.setFieldLabel(gettext('Path on Device'));
|
||||||
} else {
|
} else {
|
||||||
pathField.setFieldLabel(gettext('Backing Path'));
|
pathField.setFieldLabel(gettext('Backing Path'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user