Small typo in help text (#1850)

Fix a small typo in the help text of `allow_waitinglist`
This commit is contained in:
Nics
2020-11-17 09:42:20 +01:00
committed by GitHub
parent 12cb555917
commit 9a65ad0abe

View File

@@ -314,7 +314,7 @@ class Item(LoggedModel):
) )
allow_waitinglist = models.BooleanField( allow_waitinglist = models.BooleanField(
verbose_name=_("Show a waiting list for this ticket"), verbose_name=_("Show a waiting list for this ticket"),
help_text=_("This will only work of waiting lists are enabled for this event."), help_text=_("This will only work if waiting lists are enabled for this event."),
default=True default=True
) )
show_quota_left = models.NullBooleanField( show_quota_left = models.NullBooleanField(