aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/request_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index 149c7fd21..e446854ab 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -136,12 +136,12 @@ class RequestController < ApplicationController
end
if @view == 'recent'
- @title = _("Recently sent requests")
+ @title = _("Recently sent Freedom of Information requests")
query = "variety:sent";
sortby = "newest"
@track_thing = TrackThing.create_track_for_all_new_requests
elsif @view == 'successful'
- @title = _("Recently successful requests")
+ @title = _("Recently successful responses")
query = 'variety:response (status:successful OR status:partially_successful)'
sortby = "described"
@track_thing = TrackThing.create_track_for_all_successful_requests