aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user_mailer/changeemail_confirm.text.erb
blob: c73e9486b360d6ab938f1e37ec659ff99561a304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%= raw @name %>,

<%= _('Please click on the link below to confirm that you want to 
change the email address that you use for {{site_name}}
from {{old_email}} to {{new_email}}', 
:site_name=>site_name, :old_email=>@old_email, :new_email=>@new_email) %>

<%=@url%>

<%= _('We will not reveal your email addresses to anybody unless you
or the law tell us to.')%>

-- <%= _('the {{site_name}} team', :site_name=>site_name) %>