From 2ea9019e0de178a59b05eda027269d230628e8c8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 13 Mar 2025 15:42:14 +0100 Subject: 🏷️ parcel forms: better help message (refs #6194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 0c6e65f83..c59fbc86c 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -211,8 +211,8 @@ class ParcelSelectionForm(IshtarForm): _parcel_selection = forms.CharField( 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\""), + help_text=_("examples: \"2013: XD:1 to 13,24,33 to 39, YD:24\" or " + "\"AB:24,AC:42\" (without quotes)"), max_length=100, required=False) -- cgit v1.2.3