Skip to content

Commit

Permalink
Merge pull request #860 from maykinmedia/feature/#1824-end_date_legal…
Browse files Browse the repository at this point in the history
…-label

Feature/#1824 end date legal label
  • Loading branch information
alextreme authored Nov 24, 2023
2 parents ae363ca + 88a8f3d commit 2569ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/components/templatetags/dashboard_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
]
Expand Down

0 comments on commit 2569ac1

Please sign in to comment.