diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 14:19:52 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 14:19:52 +0100 |
commit | ad9e80bd7e45cc6d52f40a6be61f87aee3bbfc88 (patch) | |
tree | d2aec4e5d6689b317d0486382c32d0c68e667c66 | |
parent | 5c3881bfacdb34a605ddfbadf1531d0e341d7beb (diff) | |
parent | abc2e832cfe637ff87a76b9dfd9b19b6640f78a9 (diff) |
Merge branch 'new-base-design-seb' of github.com:sebbacon/alaveteli into new-base-design-seb
-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 e3e9f0ded..e8ab7849a 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> |