ui: disk create: sync and improve 'add-datastore' checkbox label

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-02 17:05:58 +02:00
parent caea8d611f
commit c426e65893
2 changed files with 2 additions and 2 deletions

View File

@ -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',
}, },
], ],

View File

@ -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'
} }
], ],