From e67a7ac0e246985beec12a8193928fe0f7e09280 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 12 Jan 2021 09:32:43 +0100 Subject: Fix recommended treatments criteria name (refs #5028) --- archaeological_finds/models_finds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/models_finds.py') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 97a408591..1e848a361 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -891,7 +891,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, ("datings__period__label", _("Period")), ("material_types__label", _("Material type")), ("object_types__label", _("Object type")), - ("preservation_to_considers__label", _("Preservation to consider")), + ("preservation_to_considers__label", _("Recommended treatments")), ("conservatory_state__label", _("Conservatory state")), ("integrities__label", _("Integrity / interest")), ("remarkabilities__label", _("Remarkability")), @@ -1060,7 +1060,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, 'object_types__label__iexact'), 'preservation_to_considers': SearchAltName( - pgettext_lazy("key for text search", "preservation"), + pgettext_lazy("key for text search", "recommended-treatments"), 'preservation_to_considers__label__iexact'), 'conservatory_state': SearchAltName( -- cgit v1.2.3