diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html
index c51349b9a..e23f71cd2 100644
--- a/app/templates/views/signin.html
+++ b/app/templates/views/signin.html
@@ -34,7 +34,7 @@
{% call form_wrapper(autocomplete=True) %}
{{ textbox(form.email_address, autocomplete='email') }}
{{ textbox(form.password, autocomplete='current-password') }}
- {{ page_footer("Continue", secondary_link=url_for('.forgot_password'), secondary_link_text="Forgot your password?") }}
+ {{ page_footer("Continue", secondary_link=url_for('.forgot_password'), secondary_link_text="Forgotten your password?") }}
{% endcall %}