diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-22 15:20:03 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 16:56:36 +0100 |
commit | cbc2b6b89b7f8211a032647096a95c0dbabc0647 (patch) | |
tree | ba9404242ee1c14a5cc830a47cbc0990e7d762eb /app/controllers/request_controller.rb | |
parent | 69c700d1ff12bb798569e00f8bf91c539b0ae336 (diff) |
Reword View Requests to Browse Requests in nav
User testing highlighted that it was easy to mistake "View Requests" for
a Facebook-style wall rather than the list of all requests. [1]
[1] https://github.com/mysociety/alaveteli/issues/1505
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)) |