forked from CGM_Public/pretix_original
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(
|
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user