diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-21 16:57:31 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 16:57:31 +0100 |
commit | 9bfb4fc97a2627dd14ddb2bdbb86860273d51aac (patch) | |
tree | 4f1db3833f2bf6d1f331cdef782e39b318723ac9 /app/controllers/request_controller.rb | |
parent | 54d2a16f696b58b3476737d9b8479a496a4a1090 (diff) | |
parent | ebb2b78ab5ac62f3cc5b58ee4e1093ea7becc15d (diff) |
Merge branch 'issues/1505-nav-browse-requests' into rails-3-develop
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 6281959fb..3fa0ef0ce 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -181,7 +181,7 @@ class RequestController < ApplicationController end @filters = params.merge(:latest_status => @view) - @title = _("View and search requests") + @title = _('Browse and search requests') @title = @title + " (page " + @page.to_s + ")" if (@page > 1) @track_thing = TrackThing.create_track_for_search_query(InfoRequestEvent.make_query_from_params(@filters)) |