5
0
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:
Fiona Ebner 2024-11-26 16:12:59 +01:00 committed by Thomas Lamprecht
parent bd25fc40a6
commit 7e1aa4d283

View File

@ -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'));
}