Merge pull request #3324 from alphagov/change-forgot-to-forgotten

Change forgot to forgotten
This commit is contained in:
karlchillmaid
2020-02-24 12:45:17 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ def sign_in():
flash(Markup(
(
"The email address or password you entered is incorrect."
" <a href={password_reset}>Forgot your password</a>?"
" <a href={password_reset}>Forgotten your password?</a>"
).format(password_reset=url_for('.forgot_password'))
))