aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-28 16:55:59 +0000
committerfrancis <francis>2008-02-28 16:55:59 +0000
commitb5776d99f4cf9936152d62a287c8b40e5a5293d5 (patch)
tree93b383752c8d383615f88b7a42a2732c69e3348c /app/controllers/user_controller.rb
parent396e8eae07b5ee4f9416578c5134085d3369bac4 (diff)
Typo.
Diffstat (limited to 'app/controllers/user_controller.rb')
-rw-r--r--app/controllers/user_controller.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb
index 03b93db6f..5789fb78b 100644
--- a/app/controllers/user_controller.rb
+++ b/app/controllers/user_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: user_controller.rb,v 1.33 2008-02-28 14:25:51 francis Exp $
+# $Id: user_controller.rb,v 1.34 2008-02-28 16:55:59 francis Exp $
class UserController < ApplicationController
# Show page about a set of users with same url name
@@ -125,7 +125,7 @@ class UserController < ApplicationController
post_redirect = PostRedirect.new(:uri => url , :post_params => {},
:reason_params => {
:web => "",
- :email => "Then your can change your password on WhatDoTheyKnow.com",
+ :email => "Then you can change your password on WhatDoTheyKnow.com",
:email_subject => "Change your password on WhatDoTheyKnow.com"
})
post_redirect.user = user_signchange
@@ -179,7 +179,7 @@ class UserController < ApplicationController
@post_redirect = PostRedirect.new(:uri => params[:r], :post_params => {},
:reason_params => {
:web => "",
- :email => "Then your can sign in to WhatDoTheyKnow.com",
+ :email => "Then you can sign in to WhatDoTheyKnow.com",
:email_subject => "Confirm your account on WhatDoTheyKnow.com"
})
@post_redirect.save!