[pve-devel] [PATCH manager] ui: dc/OptionView: maximal -> maximum

Lorenz Stechauner l.stechauner at proxmox.com
Tue Sep 28 09:52:59 CEST 2021


Signed-off-by: Lorenz Stechauner <l.stechauner at proxmox.com>
---
 www/manager6/dc/OptionView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/dc/OptionView.js b/www/manager6/dc/OptionView.js
index edae97ea..a8f1ea6a 100644
--- a/www/manager6/dc/OptionView.js
+++ b/www/manager6/dc/OptionView.js
@@ -209,7 +209,7 @@ Ext.define('PVE.dc.OptionView', {
 		backendUnit: "KiB",
 	    }],
 	});
-	me.add_integer_row('max_workers', gettext('Maximal Workers/bulk-action'), {
+	me.add_integer_row('max_workers', gettext('Maximum Workers/bulk-action'), {
 	    deleteEmpty: true,
 	    defaultValue: 4,
 	    minValue: 1,
-- 
2.30.2






More information about the pve-devel mailing list