From e18f4fe5053adebc4f63519946775e488d41ffbf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Apr 2023 18:02:30 +0200 Subject: Update and fix translations (refs #5578, refs #5579, refs #5581) --- 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 bcc568b86..23edc32b3 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -209,7 +209,7 @@ class ParcelSelectionForm(IshtarForm): _town = forms.ChoiceField(label=_("Town"), choices=(), required=False, validators=[valid_id(models.Town)]) _parcel_selection = forms.CharField( - label=_("Full text input"), + label=_("Quick input"), widget=SelectParcelWidget(attrs={'class': 'parcel-select'}), help_text=_("example: \"2013: XD:1 to 13,24,33 to 39, YD:24\" or " "\"AB:24,AC:42\""), -- cgit v1.2.3