Waiting list: Use a more neutral success message

This commit is contained in:
Raphael Michel
2022-04-04 18:42:17 +02:00
parent 65a7e8516e
commit 162ae3ead7

View File

@@ -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):