aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/wrong_user_unknown_email.rhtml
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:36:08 +0000
committerFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:50:32 +0000
commitc91b6efa75f16a5afb98af13b7cdc071e47c089f (patch)
treec3680c1a10cddc17f8b8c730db9eccc4d7d0bd94 /app/views/user/wrong_user_unknown_email.rhtml
parent17a2daab9d11c01f5da7208a310f5afe4e8e72cf (diff)
added i18n strings in view templates
Diffstat (limited to 'app/views/user/wrong_user_unknown_email.rhtml')
-rw-r--r--app/views/user/wrong_user_unknown_email.rhtml6
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>