Fix missing words

This commit is contained in:
Raphael Michel
2019-07-15 10:58:26 +02:00
parent f55fff6495
commit 020122b44f

View File

@@ -469,7 +469,7 @@ class ReturnView(StripeOrderView, View):
return redirect(eventreverse(self.request.event, 'presale:event.index'))
if src.client_secret != request.GET.get('client_secret'):
messages.error(self.request, _('Sorry, there was an error in the payment process.'
messages.error(self.request, _('Sorry, there was an error in the payment process. Please check the link '
'in your emails to continue.'))
return redirect(eventreverse(self.request.event, 'presale:event.index'))