diff options
Diffstat (limited to 'app/views/user/wrong_user_unknown_email.rhtml')
-rw-r--r-- | app/views/user/wrong_user_unknown_email.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/user/wrong_user_unknown_email.rhtml b/app/views/user/wrong_user_unknown_email.rhtml index 77a6837f5..77a2ca001 100644 --- a/app/views/user/wrong_user_unknown_email.rhtml +++ b/app/views/user/wrong_user_unknown_email.rhtml @@ -1,8 +1,8 @@ <p id="sign_in_reason"> -<%= @reason_params[:web] %>. Unfortunately we don't know the FOI -email address for that authority, so we can't validate this. -Please <a href="/help/contact">contact us</a> to sort it out. +<%= @reason_params[:web] %>. <%= _('Unfortunately we don\'t know the FOI +email address for that authority, so we can\'t validate this. +Please <a href="%s">contact us</a> to sort it out.') % [help_contact_path] %> </p> |