forked from CGM_Public/pretix_original
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)):
|
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 '
|
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. '
|
'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))
|
'that you used the correct email address.').format(number=24))
|
||||||
return redirect(eventreverse(self.request.event, 'presale:event.resend_link'))
|
return redirect(eventreverse(self.request.event, 'presale:event.resend_link'))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user