From be071c80fd7d5666dffced5cf131858f41a1121c Mon Sep 17 00:00:00 2001 From: nickmwangemi Date: Thu, 20 Jul 2023 15:41:26 +0300 Subject: [PATCH] Change author model label for africanlii --- africanlii/apps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/africanlii/apps.py b/africanlii/apps.py index e161682e0..b3f93cfb9 100644 --- a/africanlii/apps.py +++ b/africanlii/apps.py @@ -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")