mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix word mixup
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user