mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-10 03:50:25 +00:00
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) {
|
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);
|
let iconCls = Proxmox.Utils.get_health_icon(status, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user