summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/email_changed.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/mailer/email_changed.html.haml')
-rw-r--r--app/views/devise/mailer/email_changed.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/mailer/email_changed.html.haml b/app/views/devise/mailer/email_changed.html.haml
index 5398430fdfd..3689e9c5f61 100644
--- a/app/views/devise/mailer/email_changed.html.haml
+++ b/app/views/devise/mailer/email_changed.html.haml
@@ -2,7 +2,7 @@
- if @resource.try(:unconfirmed_email?)
%p
- We're contacting you to notify you that your email is being changed to #{@resource.reload.unconfirmed_email}.
+ We're contacting you to notify you that your email is being changed to #{@resource.reset.unconfirmed_email}.
- else
%p
We're contacting you to notify you that your email has been changed to #{@resource.email}.