aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-05-30 09:31:31 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-05-30 09:31:31 +0100
commit01421efe2d069a71961e86bf0fcf743eaa5f5c4a (patch)
tree2927147955ec86188c88ac7ce1c0c22a83e08d6d /app/controllers/user_controller.rb
parent33b6e0d9a1026ba4e7909322724b25fe1de39ee1 (diff)
Fix typo in password change email subject.
Diffstat (limited to 'app/controllers/user_controller.rb')
-rw-r--r--app/controllers/user_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb
index 8d6522923..12207362b 100644
--- a/app/controllers/user_controller.rb
+++ b/app/controllers/user_controller.rb
@@ -288,7 +288,7 @@ class UserController < ApplicationController
:reason_params => {
:web => "",
:email => _("Then you can change your password on {{site_name}}",:site_name=>site_name),
- :email_subject => _("Change your password {{site_name}}",:site_name=>site_name)
+ :email_subject => _("Change your password on {{site_name}}",:site_name=>site_name)
},
:circumstance => "change_password" # special login that lets you change your password
)