diff --git a/src/pretix/presale/views/user.py b/src/pretix/presale/views/user.py index d284bc1590..0b6d9f83a7 100644 --- a/src/pretix/presale/views/user.py +++ b/src/pretix/presale/views/user.py @@ -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: