Skip to content

Commit

Permalink
Merge pull request #1386 from laws-africa/authors-label-fix
Browse files Browse the repository at this point in the history
Change author model label for AfricanLII
  • Loading branch information
nickmwangemi authored Jul 23, 2023
2 parents 82ffc07 + 239622a commit 39c2018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions africanlii/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def ready(self):
citation_analyser.matchers.append(ActMatcher)
citation_analyser.matchers.append(MncMatcher)

Author.model_label = _("Regional Body")
Author.model_label_plural = _("Regional Bodies")
Author.model_label = _("Regional Body / Author")
Author.model_label_plural = _("Regional Bodies / Authors")

0 comments on commit 39c2018

Please sign in to comment.