summaryrefslogtreecommitdiffstats
path: root/web/templates/signup_team_confirm.html
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-21 13:28:13 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-21 13:28:13 -0700
commit21520f00f33517031ecd84d75477241854681e6e (patch)
tree6aeadd2bc44472913a3a4dc6e30196bc5ca69289 /web/templates/signup_team_confirm.html
parent7a8ed5cf05c24671af2f1629c454615de9a39545 (diff)
downloadchat-21520f00f33517031ecd84d75477241854681e6e.tar.gz
chat-21520f00f33517031ecd84d75477241854681e6e.tar.bz2
chat-21520f00f33517031ecd84d75477241854681e6e.zip
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 9e21126da..3c2099a71 100644
--- a/web/templates/signup_team_confirm.html
+++ b/web/templates/signup_team_confirm.html
@@ -11,7 +11,7 @@
<p>Did you mean to sign-in rather than sign up? Sign in <a href="/login">here</a>. </p>
<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>