summaryrefslogtreecommitdiff
path: root/archaeological_warehouse
diff options
context:
space:
mode:
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
commit0e78cd7767e638f59adeb25420416dd76ebd1b98 (patch)
treef583f3992c8460c2a8f9e84e2559a26a4fb1ad7a /archaeological_warehouse
parent6ca8108a6c1c40782d842e0859eed462fc68224d (diff)
downloadIshtar-0e78cd7767e638f59adeb25420416dd76ebd1b98.tar.bz2
Ishtar-0e78cd7767e638f59adeb25420416dd76ebd1b98.zip
✏️ Integrity / interest -> Integrity
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r--archaeological_warehouse/forms.py2
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=[])