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:
Egor Pavlovich Gorbunov 2026-02-21 22:33:08 +03:00
parent 236323b93b
commit b6d5409fa0

View file

@ -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"),