[pve-devel] [PATCH manager 3/3] ceph-pool: Replace Autoscale with Autoscaler in user-facing string

Maximiliano Sandoval m.sandoval at proxmox.com
Fri Nov 24 14:03:33 CET 2023


The autoscaler is well-known Ceph concept. A translation might prefer to
use "Autoscaler" as-is in a translation.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 www/manager6/ceph/Pool.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js
index 116d9eb3..16479fee 100644
--- a/www/manager6/ceph/Pool.js
+++ b/www/manager6/ceph/Pool.js
@@ -370,7 +370,7 @@ Ext.define('PVE.node.Ceph.PoolList', {
 	    },
 	},
 	{
-	    text: gettext('Autoscale Mode'),
+	    text: gettext('Autoscaler Mode'),
 	    flex: 1,
 	    minWidth: 100,
 	    align: 'right',
-- 
2.39.2






More information about the pve-devel mailing list