summaryrefslogtreecommitdiffstats
path: root/api/templates/password_change_subject.html
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2016-01-14 11:35:31 -0600
committerPat Lathem <patl@codero.com>2016-01-14 11:35:31 -0600
commit799087faf78fbc100e92b6376b2cd8e5763cf909 (patch)
tree7bd5f01a2e193cf64b7c6385055da7a38175b41c /api/templates/password_change_subject.html
parentb8c70b4d04a7719fd99a8b01485422d1e69dacfd (diff)
downloadchat-799087faf78fbc100e92b6376b2cd8e5763cf909.tar.gz
chat-799087faf78fbc100e92b6376b2cd8e5763cf909.tar.bz2
chat-799087faf78fbc100e92b6376b2cd8e5763cf909.zip
Improve wording of password change email to indicate that it might not have been user initiated
Diffstat (limited to 'api/templates/password_change_subject.html')
-rw-r--r--api/templates/password_change_subject.html2
1 files changed, 1 insertions, 1 deletions
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}}