[pbs-devel] [PATCH proxmox-backup] ui: use same label for removable datastore created from disk

Christian Ebner c.ebner at proxmox.com
Tue Nov 26 12:14:25 CET 2024


The `Add datastore` window labels the flag for creating a removable
datastore as `Removable datastore`, while creating the datastore via the
storage/disks interface will refer to it as `is removable`.

Use the same `Removable datastore` as label for both locations.

Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 www/window/CreateDirectory.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/window/CreateDirectory.js b/www/window/CreateDirectory.js
index 38d6979d9..56dae6c8f 100644
--- a/www/window/CreateDirectory.js
+++ b/www/window/CreateDirectory.js
@@ -56,7 +56,7 @@ Ext.define('PBS.window.CreateDirectory', {
 	{
 	    xtype: 'proxmoxcheckbox',
 	    name: 'removable-datastore',
-	    fieldLabel: gettext('is removable'),
+	    fieldLabel: gettext('Removable datastore'),
 	},
     ],
 });
-- 
2.39.5





More information about the pbs-devel mailing list