aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-03-10 11:00:12 +0000
committerFrancis Irving <francis@mysociety.org>2010-03-10 11:00:12 +0000
commitdee6dc92b8784b1c496a9de0d9095e86838cebc2 (patch)
tree1826b784835e1ebf2737c3a971170f9d8528f531
parent26dd3062491a06001b43db46da6872d6d988c0d9 (diff)
Better subject?
-rw-r--r--app/models/user_mailer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_mailer.rb b/app/models/user_mailer.rb
index 3144c06e2..70ca42675 100644
--- a/app/models/user_mailer.rb
+++ b/app/models/user_mailer.rb
@@ -42,7 +42,7 @@ class UserMailer < ApplicationMailer
@from = contact_from_name_and_email
headers 'Return-Path' => blackhole_email, 'Reply-To' => @from # we don't care about bounces when people are fiddling with their account
@recipients = new_email
- @subject = "New email address already in use on WhatDoTheyKnow.com"
+ @subject = "Unable to change email address on WhatDoTheyKnow.com"
@body[:old_email] = old_email
@body[:new_email] = new_email
end