mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-02 17:32:14 +00:00
ui: disk reassign: improve title and field-label
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
14ea602f9d
commit
d72ad78bd4
@ -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}',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user