Replace phrase "presale period" with "booking period"

This commit is contained in:
Raphael Michel
2022-10-11 11:33:45 +02:00
parent f7a4b66da1
commit 9da68645da
77 changed files with 23134 additions and 22070 deletions

View File

@@ -56,7 +56,7 @@ class CheckoutView(View):
return self.redirect(self.get_index_url(self.request))
if not request.event.presale_is_running:
messages.error(request, _("The presale for this event is over or has not yet started."))
messages.error(request, _("The booking period for this event is over or has not yet started."))
return self.redirect(self.get_index_url(self.request))
cart_error = None