]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
node: repos: improve repo-parsing error message
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 14:38:46 +0000 (16:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 14:38:46 +0000 (16:38 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/APTRepositories.js

index c7cbc540b1c9d63e9f14dac5fc82a2ac88b9e4d2..b3a457094147f14007fd9dfb34cb2688a78d7f00 100644 (file)
@@ -486,7 +486,7 @@ Ext.define('Proxmox.node.APTRepositories', {
            }
 
            if (errors.length > 0) {
-               text = gettext('Fatal error when parsing at least one repository');
+               text = gettext('Fatal parsing error for at least one repository');
            }
 
            let iconCls = Proxmox.Utils.get_health_icon(status, true);