From 0e78cd7767e638f59adeb25420416dd76ebd1b98 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Feb 2024 16:34:42 +0100 Subject: ✏️ Integrity / interest -> Integrity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_warehouse') 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=[]) -- cgit v1.2.3