diff options
author | Rowan Crawford <wombleton@gmail.com> | 2014-02-10 18:00:48 +1300 |
---|---|---|
committer | Rowan Crawford <wombleton@gmail.com> | 2014-02-10 18:00:48 +1300 |
commit | 6e62f225d0dbcf66c963c8c43fb9ff0e37d53bcd (patch) | |
tree | 44cad8b6584032da9b2c59ac8a471dcbb5e08a6e | |
parent | 8d6f50a54671a03050c7f4ab27b7ee49d5c24544 (diff) |
Translate title
-rw-r--r-- | app/views/public_body/view_email.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/view_email.html.erb b/app/views/public_body/view_email.html.erb index ab8e1a5f6..5f4bc95f4 100644 --- a/app/views/public_body/view_email.html.erb +++ b/app/views/public_body/view_email.html.erb @@ -1,4 +1,4 @@ -<% @title = "FOI email address for '" + h(@public_body.name) + "'" %> +<% @title = _("FOI email address for {{public_body}}", :public_body => h(@public_body.name)) %> <h1><%= _('FOI email address for {{public_body}}',:public_body=> public_body_link(@public_body))%></h1> |