[pve-devel] [PATCH manager 4/4] ui: backup job: simplify translatable string
Fiona Ebner
f.ebner at proxmox.com
Wed Jun 12 14:39:52 CEST 2024
Am 23.04.24 um 10:27 schrieb Maximiliano Sandoval:
> 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.")}`,
> },
> ],
> });
"The node-specific 'vzdump.conf'." is not a proper sentence.
More information about the pve-devel
mailing list