From 657de7a8435c036ce34ef6c1203fd7997067d93f Mon Sep 17 00:00:00 2001 From: skenaja Date: Fri, 17 Oct 2008 23:00:21 +0000 Subject: fixed spelling --- app/controllers/request_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/controllers/request_controller.rb') diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 15e39bf59..91ed4f18b 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.125 2008-10-17 20:43:25 francis Exp $ +# $Id: request_controller.rb,v 1.126 2008-10-17 23:00:21 skenaja Exp $ class RequestController < ApplicationController @@ -258,7 +258,7 @@ class RequestController < ApplicationController flash[:notice] = "

Thank you! Hope you don't have to wait much longer.

By law, you should have got a response before the end of " + simple_date(@info_request.date_response_required_by) + ".

" redirect_to request_url(@info_request) elsif @info_request.calculate_status == 'not_held' - flash[:notice] = "Thank you! You may want to send your request to another public authority. To do so, first copy the text of your request below, then cick here and find the other authority." + flash[:notice] = "Thank you! You may want to send your request to another public authority. To do so, first copy the text of your request below, then click here and find the other authority." # XXX offer fancier option to duplicate request? redirect_to request_url(@info_request) elsif @info_request.calculate_status == 'rejected' -- cgit v1.2.3