node: repos: improve repo-parsing error message
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6c9af17882
commit
4227a5578a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user