summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-21 07:08:48 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-21 07:08:48 -0500
commit45e3a133f2b3eb5ce0f2cec4b61d35f67b909ffd (patch)
tree1c54614ef09a7868bb3ee2e2ae774e3626aaf8c2
parent45457a9d59657baa5c58d4c34de1cf7a144b77ab (diff)
parent799087faf78fbc100e92b6376b2cd8e5763cf909 (diff)
downloadchat-45e3a133f2b3eb5ce0f2cec4b61d35f67b909ffd.tar.gz
chat-45e3a133f2b3eb5ce0f2cec4b61d35f67b909ffd.tar.bz2
chat-45e3a133f2b3eb5ce0f2cec4b61d35f67b909ffd.zip
Merge pull request #1891 from trashcan/PLT-1515-password-change-wording
Improve wording of password change email to indicate that it might not be user initiated
-rw-r--r--api/templates/password_change_body.html2
-rw-r--r--api/templates/password_change_subject.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/templates/password_change_body.html b/api/templates/password_change_body.html
index 82f4d5429..6199a3423 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 contact your system administrator.</p>
+ <p>Your password has been updated 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>
diff --git a/api/templates/password_change_subject.html b/api/templates/password_change_subject.html
index e7a794090..0cbf052c1 100644
--- a/api/templates/password_change_subject.html
+++ b/api/templates/password_change_subject.html
@@ -1 +1 @@
-{{define "password_change_subject"}}You updated your password for {{.Props.TeamDisplayName}} on {{ .ClientCfg.SiteName }}{{end}}
+{{define "password_change_subject"}}Your password has been updated for {{.Props.TeamDisplayName}} on {{ .ClientCfg.SiteName }}{{end}}