mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-10 01:18:06 +03:00
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',
|
||||
name: 'add-datastore',
|
||||
fieldLabel: gettext('Add Data Store'),
|
||||
fieldLabel: gettext('Add as Datastore'),
|
||||
value: '1',
|
||||
},
|
||||
],
|
||||
|
@ -28,7 +28,7 @@ Ext.define('PBS.window.CreateZFS', {
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
name: 'add-datastore',
|
||||
fieldLabel: gettext('Add Datastore'),
|
||||
fieldLabel: gettext('Add as Datastore'),
|
||||
value: '1'
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user