From c426e658931562cbafdd133af7c40e7f2fa5b672 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 2 Jul 2020 17:05:58 +0200 Subject: [PATCH] ui: disk create: sync and improve 'add-datastore' checkbox label Signed-off-by: Thomas Lamprecht --- www/window/CreateDirectory.js | 2 +- www/window/ZFSCreate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/window/CreateDirectory.js b/www/window/CreateDirectory.js index 3d6570a7..f68c2f78 100644 --- a/www/window/CreateDirectory.js +++ b/www/window/CreateDirectory.js @@ -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', }, ], diff --git a/www/window/ZFSCreate.js b/www/window/ZFSCreate.js index 21e21a0c..3331692b 100644 --- a/www/window/ZFSCreate.js +++ b/www/window/ZFSCreate.js @@ -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' } ],