diff options
-rw-r--r-- | app/models/user_mailer.rb | 2 |
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 |