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-04-16 16:42:32 +0200
commitea97eb9b040fb9d1489a3976a7ed9fe5bbf811d0 (patch)
tree818db429aa6328ea545a0f267c5bb4795b69d4be /archaeological_warehouse
parentb46f56274b469da5c1ee154e29552ef1cbeacaf8 (diff)
downloadIshtar-ea97eb9b040fb9d1489a3976a7ed9fe5bbf811d0.tar.bz2
Ishtar-ea97eb9b040fb9d1489a3976a7ed9fe5bbf811d0.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=[])