Skip to content

Commit

Permalink
Case citation -> Citation
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 5, 2024
1 parent ce521b6 commit 541e581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam/views/courts.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_context_data(self, **kwargs):
context["doc_type"] = "Judgment"
context["page_title"] = self.page_title()
context["doc_table_show_jurisdiction"] = False
context["doc_table_title_label"] = _("Case citation")
context["doc_table_title_label"] = _("Citation")
context["doc_table_date_label"] = _("Judgment date")

self.populate_years(context)
Expand Down

0 comments on commit 541e581

Please sign in to comment.