mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-06 13:18:00 +03: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.setValue('');
|
||||
if (isRemovable) {
|
||||
pathField.setFieldLabel(gettext('On device path'));
|
||||
pathField.setFieldLabel(gettext('Path on Device'));
|
||||
} else {
|
||||
pathField.setFieldLabel(gettext('Backing Path'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user