From 71d726991b1577ea06aa96ee769e63a83422a814 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Jan 2023 11:45:10 +0100 Subject: Update translations --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 7203da6c6..cf63b51c4 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -822,7 +822,7 @@ class OperationFormGeneral(CustomForm, ManageOldType): label=_("Remain type"), required=False ) period = widgets.Select2MultipleField( - label=_("Period"), required=False + label=_("Chronological period"), required=False ) abstract = forms.CharField( label=_("Abstract"), -- cgit v1.2.3