Skip to content
Snippets Groups Projects
Commit e0e2fe01 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix typo

parent 52e5092d
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ def resend_confirmation():
token = current_user.generate_confirmation_token()
send_email(current_user.email, 'Confirm Your Account',
'auth/email/confirm', token=token, user=current_user)
flash('A new confirmation email has benn sent to you by email.')
flash('A new confirmation email has been sent to you by email.')
return redirect(url_for('auth.unconfirmed'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment