diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 12:42:14 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 12:42:14 +0100 |
commit | abc2e832cfe637ff87a76b9dfd9b19b6640f78a9 (patch) | |
tree | 7e7ae174f366be2d300451f0c860f301ef202167 | |
parent | 15a174375e638b91c138d771d4851613110f9cdc (diff) |
Revert frontpage i18n change
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 91e46e9ca..52b99affe 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -1,7 +1,7 @@ <% view_cache :ttl => 5.minutes, :tag => I18n.locale do %> <div id="frontpage_search"> - <h1>Make or explore<br/>Freedom of Information requests</h1> + <h1><%= _('Make or explore Freedom of Information requests') %></h1> <% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %> <p> |