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 c31ebec26..1c42c28ba 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -1338,7 +1338,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)
]