mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Small typo in help text (#1850)
Fix a small typo in the help text of `allow_waitinglist`
This commit is contained in:
@@ -314,7 +314,7 @@ class Item(LoggedModel):
|
||||
)
|
||||
allow_waitinglist = models.BooleanField(
|
||||
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
|
||||
)
|
||||
show_quota_left = models.NullBooleanField(
|
||||
|
||||
Reference in New Issue
Block a user