Update src/pretix/control/forms/waitinglist.py

Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
Lukas Bockstaller
2025-12-19 13:48:48 +01:00
committed by GitHub
co-authored by Richard Schreiber
parent 2f4fc10575
commit 3e92d509fd
+1 -1
View File
@@ -100,7 +100,7 @@ class WaitingListEntryEditForm(I18nModelForm):
f'<strike class="text-muted">{escape(item)}</strike>')))
self.fields['itemvar'].label = _("Product")
self.fields['itemvar'].help_text = _("Only includes Products with an enabled waiting list.")
self.fields['itemvar'].help_text = _("Only includes products which have the waiting list enabled.")
self.fields['itemvar'].required = True
self.fields['itemvar'].widget = Select2ItemVarQuota(
attrs={