summaryrefslogtreecommitdiffstats
path: root/api/templates/email_change_body.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-08 09:56:00 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-08 09:56:00 -0400
commit7571d21f3200738199981c21b9466e0028d4fcbb (patch)
tree0341429b34bb249e52092e4196b451167e2e324c /api/templates/email_change_body.html
parent2ebcb3f69dd9db52cdea476f0e543eaed3420efd (diff)
parentc84fe62ca199485dccefc37e00ca2bef45d47c6d (diff)
downloadchat-7571d21f3200738199981c21b9466e0028d4fcbb.tar.gz
chat-7571d21f3200738199981c21b9466e0028d4fcbb.tar.bz2
chat-7571d21f3200738199981c21b9466e0028d4fcbb.zip
Merge pull request #931 from rgarmsen2295/plt-112
PLT-112 Improves email change verification process
Diffstat (limited to 'api/templates/email_change_body.html')
-rw-r--r--api/templates/email_change_body.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/templates/email_change_body.html b/api/templates/email_change_body.html
index ac3f0dd13..d4e6abd02 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 updated your email for {{.Props.TeamDisplayName}} on {{ .Props.TeamURL }}<br> If this change wasn't initiated by you, please reply to this email and let us know.</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>
@@ -51,4 +51,3 @@
</table>
{{end}}
-