diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-22 16:34:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-22 18:32:39 +0100 |
commit | 0e78cd7767e638f59adeb25420416dd76ebd1b98 (patch) | |
tree | f583f3992c8460c2a8f9e84e2559a26a4fb1ad7a /archaeological_warehouse | |
parent | 6ca8108a6c1c40782d842e0859eed462fc68224d (diff) | |
download | Ishtar-0e78cd7767e638f59adeb25420416dd76ebd1b98.tar.bz2 Ishtar-0e78cd7767e638f59adeb25420416dd76ebd1b98.zip |
✏️ Integrity / interest -> Integrity
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index f083785b5..6845a2771 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -586,7 +586,7 @@ class ContainerSelect(DocumentItemSelect): reverse_lazy("autocomplete-objecttype"), associated_model=ObjectType ), ) - integrities = forms.ChoiceField(label=_("Integrity / interest"), choices=[]) + integrities = forms.ChoiceField(label=_("Integrity"), choices=[]) remarkabilities = forms.ChoiceField(label=_("Remarkability"), choices=[]) conservatory_state = forms.ChoiceField(label=_("Conservatory state"), choices=[]) alterations = forms.ChoiceField(label=_("Alteration"), choices=[]) |