diff options
Diffstat (limited to 'api/templates/find_teams_body.html')
-rw-r--r-- | api/templates/find_teams_body.html | 2 |
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 }} |