Skip to content

Commit

Permalink
unblock message typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Sep 20, 2016
1 parent 3106017 commit cd3abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formspree/forms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def unblock_email(email):
g.log.warning('Failed to unblock email on SendGrid.')
return render_template('error.html',
title='Failed to unblock address.',
text=email + ' is not a valid address or was\'t blocked on our side.')
text=email + ' is not a valid address or wasn\'t blocked on our side.')

# fallback response -- should happen only when the recaptcha is failed.
g.log.warning('Failed to unblock email. reCaptcha test failed.')
Expand Down

0 comments on commit cd3abb1

Please sign in to comment.