fix(settings): update health check link to correct URL path
Updated the `health_check` menu link to use the correct URL path, ensuring navigation works as expected.
This commit is contained in:
parent
236323b93b
commit
b6d5409fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ UNFOLD: dict[str, Any] = {
|
||||||
{
|
{
|
||||||
"icon": "health_metrics",
|
"icon": "health_metrics",
|
||||||
"title": _("Health"),
|
"title": _("Health"),
|
||||||
"link": reverse_lazy("health_check:health_check_home"),
|
"link": reverse_lazy("health_check"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": _("Support"),
|
"title": _("Support"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue