diff options
author | David Cabo <david@calibea.com> | 2011-10-03 03:11:28 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-10-03 03:11:28 +0200 |
commit | 994bacde3b09e3ddd4885ee4d94c4d971b0b4a87 (patch) | |
tree | a81de2be37058bfc73fd5e5f8ec50845399a97e9 | |
parent | d741b7dea2adb9807ee76acbdc978895e3b11535 (diff) |
I18n title in public body page
-rw-r--r-- | app/views/public_body/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 8d0ecfc2a..7d37a35a7 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -1,4 +1,4 @@ -<% @title = h(@public_body.name) + " - view and make Freedom of Information requests" %> +<% @title = h(@public_body.name) + _(" - view and make Freedom of Information requests") %> <div id="main_content"> <div id="header_right"> <h2><%= _('Follow this authority')%></h2> |