mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Replace phrase "presale period" with "booking period"
This commit is contained in:
@@ -95,11 +95,11 @@ class WaitingView(EventViewMixin, FormView):
|
||||
return redirect(self.get_index_url())
|
||||
|
||||
if self.request.event.presale_has_ended:
|
||||
messages.error(request, _("The presale period for this event is over."))
|
||||
messages.error(request, _("The booking period for this event is over."))
|
||||
return redirect(self.get_index_url())
|
||||
|
||||
if not self.request.event.presale_is_running:
|
||||
messages.error(request, _("The presale for this event has not yet started."))
|
||||
messages.error(request, _("The booking period for this event has not yet started."))
|
||||
return redirect(self.get_index_url())
|
||||
|
||||
self.subevent = None
|
||||
|
||||
Reference in New Issue
Block a user