summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-31 09:04:51 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-31 09:04:51 -0400
commit461f9f0546efd1fa1e8b5008843177f77d2eb3e6 (patch)
treed9348f84ab125812a893950d1b9138ed71933e6e /api/templates
parent3a43966b95427a9838d157eca47863ab58b5688a (diff)
parentde4a9bdb59885281e599cac6c399f993124a8a7a (diff)
downloadchat-461f9f0546efd1fa1e8b5008843177f77d2eb3e6.tar.gz
chat-461f9f0546efd1fa1e8b5008843177f77d2eb3e6.tar.bz2
chat-461f9f0546efd1fa1e8b5008843177f77d2eb3e6.zip
Merge pull request #523 from mattermost/it33-patch-6-1
Updating text on "Find Teams" email
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/find_teams_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/find_teams_body.html b/api/templates/find_teams_body.html
index 64bff8126..00c5628dd 100644
--- a/api/templates/find_teams_body.html
+++ b/api/templates/find_teams_body.html
@@ -19,7 +19,7 @@
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">Finding teams</h2>
<p>{{ if .Props }}
- The following teams were found:<br>
+ Your request to find teams associated with your email found the following:<br>
{{range $index, $element := .Props}}
<a href="{{ $element }}" style="text-decoration: none; color:#2389D7;">{{ $index }}</a><br>
{{ end }}