Skip to content

Commit

Permalink
Merge pull request #2500 from data-for-change/dev
Browse files Browse the repository at this point in the history
merge dev into master
  • Loading branch information
atalyaalon authored Dec 13, 2023
2 parents 6b1174a + 5ad92a6 commit 700be92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def generate_items(self) -> None:
def localize_items(request_params: RequestParams, items: Dict) -> Dict:
items["data"]["text"] = {
"title": _("Number of injured in accidents, per year, split by severity"),
"subtitle": _(segment_dictionary[request_params.location_info['road_segment_name']]),
"subtitle": f'{_("in segment")} {_(segment_dictionary[request_params.location_info["road_segment_name"]])}',
"labels_map": gen_entity_labels(InjurySeverity),
}
return items
Expand Down

0 comments on commit 700be92

Please sign in to comment.