summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-13 15:42:14 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-13 15:48:10 +0100
commit2ea9019e0de178a59b05eda027269d230628e8c8 (patch)
treed2f4d76b36a7831c858556562d6cd8081d6fd94b
parent5b19b25aae5b4649ff43e5966e592c76cf90e807 (diff)
downloadIshtar-2ea9019e0de178a59b05eda027269d230628e8c8.tar.bz2
Ishtar-2ea9019e0de178a59b05eda027269d230628e8c8.zip
🏷️ parcel forms: better help message (refs #6194)
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 2 insertions, 2 deletions
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)