diff options
author | francis <francis> | 2007-11-06 15:58:56 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-06 15:58:56 +0000 |
commit | f33e959eb553b311846dd6e8fd4559598e852756 (patch) | |
tree | a8773822d77a268f8e335cc51aeaa62e74061ccf /app/controllers/request_controller.rb | |
parent | 470ba974b6ae06d502cc7b96c5b45de059041f8f (diff) |
Use signup rather than register, and sign in/out rather than log in/out as
these are more commonly used.
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index c13ec45eb..58ecd3478 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.12 2007-11-05 16:46:10 francis Exp $ +# $Id: request_controller.rb,v 1.13 2007-11-06 15:58:56 francis Exp $ class RequestController < ApplicationController @@ -42,7 +42,7 @@ class RequestController < ApplicationController if not @info_request.valid? render :action => 'new' elsif authenticated?( - :web => "To send your FOI request, please log in or make a new account.", + :web => "To send your FOI request, please sign in or make a new account.", :email => "Then your FOI request to " + @info_request.public_body.name + " will be sent.", :email_subject => "Confirm that you want to send an FOI request to " + @info_request.public_body.name ) |