diff options
-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> |