Fix word mixup

This commit is contained in:
Martin Gross
2021-04-19 10:52:45 +02:00
parent 5fa3a3bf85
commit 638b856f42

View File

@@ -69,7 +69,7 @@ class ResendLinkView(EventViewMixin, TemplateView):
if rc.exists('pretix_resend_{}_{}'.format(request.event.pk, user)):
messages.error(request, _('If the email address you entered is valid and associated with a ticket, we have '
'already sent you an email with a link to your ticket in the past {number} hours. '
'If the email did not arrive, please your check spam folder and also double check '
'If the email did not arrive, please check your spam folder and also double check '
'that you used the correct email address.').format(number=24))
return redirect(eventreverse(self.request.event, 'presale:event.resend_link'))
else: