summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-30 12:37:56 -0700
committerit33 <iantien@gmail.com>2015-08-30 12:37:56 -0700
commitde4a9bdb59885281e599cac6c399f993124a8a7a (patch)
tree79fb316f8f4c1c6e3585961b2f4ae6a735cb56ab /api/templates
parentbdf53884f567a46216fc1b8f3462fd15ab53ae92 (diff)
downloadchat-de4a9bdb59885281e599cac6c399f993124a8a7a.tar.gz
chat-de4a9bdb59885281e599cac6c399f993124a8a7a.tar.bz2
chat-de4a9bdb59885281e599cac6c399f993124a8a7a.zip
Updating text on "Find Teams" email
Making it clear that user requested 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 }}