ui: disk reassign: improve title and field-label

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-04-08 15:00:58 +02:00
parent 14ea602f9d
commit d72ad78bd4

View File

@ -37,7 +37,7 @@ Ext.define('PVE.window.GuestDiskReassign', {
},
cbind: {
title: get => get('isQemu') ? gettext('Reassign disk') : gettext('Reassign volume'),
title: get => get('isQemu') ? gettext('Reassign Disk') : gettext('Reassign Volume'),
submitText: get => get('title'),
qemu: '{isQemu}',
url: '{url}',
@ -136,7 +136,7 @@ Ext.define('PVE.window.GuestDiskReassign', {
reference: 'targetVMID',
name: 'targetVmid',
allowBlank: false,
fieldLabel: gettext('Target'),
fieldLabel: gettext('Target Guest'),
bind: {
value: '{targetVMID}',
},