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>2022-07-08 09:58:48 +0200
commitabb1870fd12ec1f7ea0a7fd75d5dd33a03be3d5a (patch)
tree9031f7cbb546284f0550c8c1cd292e8833d94155 /archaeological_context_records/models.py
parentde1e0fcef9b18c5df11e334f3565d20469887ec0 (diff)
downloadIshtar-abb1870fd12ec1f7ea0a7fd75d5dd33a03be3d5a.tar.bz2
Ishtar-abb1870fd12ec1f7ea0a7fd75d5dd33a03be3d5a.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 9dd9956f1..f620b1ff1 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",
),
}