summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index b995de58b..924e205ed 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -1320,7 +1320,7 @@ class FindSearchTest(FindInit, TestCase, SearchText):
c = Client()
c.login(username=self.username, password=self.password)
- key = str(pgettext_lazy("key for text search", "person-in-charge"))
+ key = str(pgettext_lazy("key for text search", "in-charge"))
result = [
('{}="{}"'.format(key, "HISNAME Michel"), 1)
]