]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup job: avoid calling max-workers VM workers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 12:22:41 +0000 (14:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:05:09 +0000 (16:05 +0200)
that could make some users (not reading the explanation on the right
closely) belief that this controls the amount of parallel VMs to be
backed up or the like.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/BackupAdvancedOptions.js

index d6fa7ec2cadfbe80d51953d3cc113432d2c9ef3a..cbaff93330947028103cf3bf153212b4c72ed2bd 100644 (file)
@@ -101,7 +101,7 @@ Ext.define('PVE.panel.BackupAdvancedOptions', {
            name: 'max-workers',
            minValue: 1,
            maxValue: 256,
-           fieldLabel: gettext('VM Workers'),
+           fieldLabel: gettext('IO-Workers'),
            fieldStyle: 'text-align: right',
            emptyText: gettext('use fallback'),
            cbind: {