[pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't
Maximiliano Sandoval
m.sandoval at proxmox.com
Fri Nov 24 15:58:15 CET 2023
It would be preferable to use "won't" but I would rather err on the safe
side when it comes to escapes in gettext.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/node/APTRepositories.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index 4e74da2..f27e713 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -471,7 +471,7 @@ Ext.define('Proxmox.node.APTRepositories', {
if (!enterprise && !nosubscription && !test) {
addCritical(
- Ext.String.format(gettext('No {0} repository is enabled, you do not get any updates!'), vm.get('product')),
+ Ext.String.format(gettext('No {0} repository is enabled, you would not get any updates!'), vm.get('product')),
);
} else if (errors.length > 0) {
// nothing extra, just avoid that we show "get updates"
--
2.39.2
More information about the pve-devel
mailing list