From a760b89ec7000aec46db6a7263f736f3020707c2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 Dec 2025 18:28:17 +0100 Subject: 🐛 fix precise datings label (refs #6500) 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 a16d3ec4e..714943af2 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -562,7 +562,7 @@ class RecordFormInterpretation(CustomForm, ManageOldType): required=False ) datings_comment = forms.CharField( - label=_("Comments on dating"), required=False, widget=forms.Textarea + label=_("Comments on datings"), required=False, widget=forms.Textarea ) TYPES = [ -- cgit v1.2.3