summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-23 14:58:08 -0700
committerCorey Hulen <corey@hulen.com>2015-10-23 14:58:08 -0700
commit17731698495e917cc3d64dc01d158a7c15912bd6 (patch)
tree3689f09278e56607ccfaaa5b35017ec2bd6ec11c
parent127a689e3e314fe673803f89347312098517848a (diff)
parent90b94f8fa9ae984aea8146e48e39adf066bf3d1b (diff)
downloadchat-17731698495e917cc3d64dc01d158a7c15912bd6.tar.gz
chat-17731698495e917cc3d64dc01d158a7c15912bd6.tar.bz2
chat-17731698495e917cc3d64dc01d158a7c15912bd6.zip
Merge pull request #1163 from mattermost/it33-patch-1
PLT-629 - Update the reset password notification email
-rw-r--r--api/templates/password_change_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/password_change_body.html b/api/templates/password_change_body.html
index 47a93fcb9..2e1df3ff2 100644
--- a/api/templates/password_change_body.html
+++ b/api/templates/password_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 password</h2>
- <p>You updated your password for {{.Props.TeamDisplayName}} on {{ .Props.TeamURL }} by {{.Props.Method}}.<br> If this change wasn't initiated by you, please reply to this email and let us know.</p>
+ <p>You updated your password for {{.Props.TeamDisplayName}} on {{ .Props.TeamURL }} by {{.Props.Method}}.<br>If this change wasn't initiated by you, please contact your system administrator.</p>
</td>
</tr>
<tr>