From e98758c4792701d49ba6751a0cf1e424ad13b488 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Mar 2024 12:19:33 +0100 Subject: 🏷️ update labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/forms.py') diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index d0340cc78..162c22f40 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -453,7 +453,7 @@ class DatingForm(ManageOldType, forms.Form): end_date = forms.IntegerField(label=_("End date"), required=False) quality = forms.ChoiceField(label=_("Quality"), required=False, choices=[]) dating_type = forms.ChoiceField(label=_("Dating type"), required=False, choices=[]) - precise_dating = forms.CharField(label=_("Precise on dating"), required=False) + precise_dating = forms.CharField(label=_("Precise on this dating"), required=False) TYPES = [ FieldType("dating_type", models.DatingType), -- cgit v1.2.3