summaryrefslogtreecommitdiffstats
path: root/web/templates/signup_team_confirm.html
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-22 07:36:33 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-22 07:36:33 -0400
commit2fef71da693b5afcc31ccad6be8790da8a70817f (patch)
tree7c34854eea6d128cc83cadd2b715c75e43eb662f /web/templates/signup_team_confirm.html
parent269185fb0e252e8105d5f143ca104a069ec10c47 (diff)
parent21520f00f33517031ecd84d75477241854681e6e (diff)
downloadchat-2fef71da693b5afcc31ccad6be8790da8a70817f.tar.gz
chat-2fef71da693b5afcc31ccad6be8790da8a70817f.tar.bz2
chat-2fef71da693b5afcc31ccad6be8790da8a70817f.zip
Merge pull request #222 from rgarmsen2295/mm-1574
MM-1574 Fixed typo in the 'Sign up Complete' page: you email -> your email
Diffstat (limited to 'web/templates/signup_team_confirm.html')
-rw-r--r--web/templates/signup_team_confirm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team_confirm.html b/web/templates/signup_team_confirm.html
index 3a6134af3..2d27194bc 100644
--- a/web/templates/signup_team_confirm.html
+++ b/web/templates/signup_team_confirm.html
@@ -10,7 +10,7 @@
<div class="signup-team__container">
<h3>Sign up Complete</h3>
<p>Please check your email: {{ .Props.Email }}<br>
- You email contains a link to set up your team</p>
+ Your email contains a link to set up your team</p>
</div>
</div>
</div>