ui: disk create: sync and improve 'add-datastore' checkbox label
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
caea8d611f
commit
c426e65893
@ -39,7 +39,7 @@ Ext.define('PBS.window.CreateDirectory', {
|
|||||||
{
|
{
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'add-datastore',
|
name: 'add-datastore',
|
||||||
fieldLabel: gettext('Add Data Store'),
|
fieldLabel: gettext('Add as Datastore'),
|
||||||
value: '1',
|
value: '1',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -28,7 +28,7 @@ Ext.define('PBS.window.CreateZFS', {
|
|||||||
{
|
{
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'add-datastore',
|
name: 'add-datastore',
|
||||||
fieldLabel: gettext('Add Datastore'),
|
fieldLabel: gettext('Add as Datastore'),
|
||||||
value: '1'
|
value: '1'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user