aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/request_controller.rb')
-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 4275c944d..334edbbff 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: request_controller.rb,v 1.69 2008-04-01 00:36:56 francis Exp $
+# $Id: request_controller.rb,v 1.70 2008-04-03 16:09:25 francis Exp $
class RequestController < ApplicationController
@@ -40,7 +40,7 @@ class RequestController < ApplicationController
view = params[:view]
if view.nil?
- @title = "Recent Freedom of Information requests"
+ @title = "Recently sent Freedom of Information requests"
query = "variety:sent";
sortby = "newest"
elsif view == 'successful'