forked from CGM_Public/pretix_original
Waiting list: Use a more neutral success message
This commit is contained in:
@@ -126,7 +126,7 @@ class WaitingView(EventViewMixin, FormView):
|
||||
|
||||
form.save()
|
||||
messages.success(self.request, _("We've added you to the waiting list. You will receive "
|
||||
"an email as soon as tickets get available again."))
|
||||
"an email as soon as this product gets available again."))
|
||||
return super().form_valid(form)
|
||||
|
||||
def get_success_url(self):
|
||||
|
||||
Reference in New Issue
Block a user