summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-10-06 08:58:31 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-10-06 09:15:56 -0700
commitc84fe62ca199485dccefc37e00ca2bef45d47c6d (patch)
tree8e60c594e261e391b6a1e0bc36361a7393caa23f /api/templates
parentf85dc7f575a9aad45d7914279300a22e9a6fae8a (diff)
downloadchat-c84fe62ca199485dccefc37e00ca2bef45d47c6d.tar.gz
chat-c84fe62ca199485dccefc37e00ca2bef45d47c6d.tar.bz2
chat-c84fe62ca199485dccefc37e00ca2bef45d47c6d.zip
Added new email to email change notification
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/email_change_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/email_change_body.html b/api/templates/email_change_body.html
index 7addb6f35..5c5f6c777 100644
--- a/api/templates/email_change_body.html
+++ b/api/templates/email_change_body.html
@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">You updated your email</h2>
- <p>You email address for {{.Props.TeamDisplayName}} has been changed.<br>If you did not make this change, please contact the system administrator.</p>
+ <p>You email address for {{.Props.TeamDisplayName}} has been changed to {{.Props.NewEmail}}.<br>If you did not make this change, please contact the system administrator.</p>
</td>
</tr>
<tr>