node: repos: improve repo-parsing error message

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-05 16:38:46 +02:00
parent 6c9af17882
commit 4227a5578a

View 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);