[pve-devel] [PATCH manager 4/4] ui: backup job: simplify translatable string

Maximiliano Sandoval m.sandoval at proxmox.com
Tue Apr 23 10:27:14 CEST 2024


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

diff --git a/www/manager6/panel/BackupAdvancedOptions.js b/www/manager6/panel/BackupAdvancedOptions.js
index b9e5304e..4b31f403 100644
--- a/www/manager6/panel/BackupAdvancedOptions.js
+++ b/www/manager6/panel/BackupAdvancedOptions.js
@@ -231,7 +231,7 @@ Ext.define('PVE.panel.BackupAdvancedOptions', {
 	    xtype: 'component',
 	    padding: '5 1',
 	    html: `<span class="pmx-hint">${gettext('Note')}</span>: ${
-	        gettext("The node-specific 'vzdump.conf' or, if this is not set, the default from the config schema is used to determine fallback values.")}`,
+	        gettext("The node-specific 'vzdump.conf'. If not set, the defaults from the config schema are used to determine fallback values.")}`,
 	},
     ],
 });
-- 
2.39.2





More information about the pve-devel mailing list