mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:08:24 -04:00
Change 'forgot' to 'forgotten'
This commit is contained in:
@@ -50,7 +50,7 @@ def sign_in():
|
|||||||
flash(Markup(
|
flash(Markup(
|
||||||
(
|
(
|
||||||
"The email address or password you entered is incorrect."
|
"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'))
|
).format(password_reset=url_for('.forgot_password'))
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user