summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-13 13:07:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-25 12:06:03 +0200
commitdd84a22b58113d7541ba55d2eae1e2b9c1082c13 (patch)
tree42ea40fd6b24c1deb25b24916a6436defcc93086 /archaeological_context_records/models.py
parent0fb0b58c2dec8d514be71b75c6e4fb34eafc84b9 (diff)
downloadIshtar-dd84a22b58113d7541ba55d2eae1e2b9c1082c13.tar.bz2
Ishtar-dd84a22b58113d7541ba55d2eae1e2b9c1082c13.zip
Find/context record search: change search order, terms, fix search field
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 311f9625b..151446c2d 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -543,7 +543,7 @@ class ContextRecord(
"cr_relation_types",
),
"excavation_technic": SearchAltName(
- pgettext_lazy("key for text search", "excavation-technic"),
+ pgettext_lazy("key for text search", "excavation-technique"),
"excavation_technic__label__iexact",
),
}