diff --git a/src/open_inwoner/components/templatetags/dashboard_tags.py b/src/open_inwoner/components/templatetags/dashboard_tags.py index 371edbde37..783ffa9860 100644 --- a/src/open_inwoner/components/templatetags/dashboard_tags.py +++ b/src/open_inwoner/components/templatetags/dashboard_tags.py @@ -42,7 +42,7 @@ def case_dashboard(case: dict, **kwargs) -> dict: "value": case.get("start_date"), }, { - "label": _("Verwachte uitslag:"), + "label": _("Beslissing op zijn laatst:"), "value": case.get("end_date_legal"), }, ]