summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_email.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-07 13:45:57 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-07 13:45:57 -0700
commit80b0567257d9ca19acf3fedb8df8b8843d726e9a (patch)
tree5e788f7327253fe86c8aa8ff8dbf1656d9482c21 /web/react/components/team_signup_with_email.jsx
parentc189e2bb7681ba01edc9b8c5accd90b94c898d0a (diff)
downloadchat-80b0567257d9ca19acf3fedb8df8b8843d726e9a.tar.gz
chat-80b0567257d9ca19acf3fedb8df8b8843d726e9a.tar.bz2
chat-80b0567257d9ca19acf3fedb8df8b8843d726e9a.zip
GIT-957 fixing email templates and logos
Diffstat (limited to 'web/react/components/team_signup_with_email.jsx')
-rw-r--r--web/react/components/team_signup_with_email.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_with_email.jsx b/web/react/components/team_signup_with_email.jsx
index 4fb1c0d01..f27def191 100644
--- a/web/react/components/team_signup_with_email.jsx
+++ b/web/react/components/team_signup_with_email.jsx
@@ -69,7 +69,7 @@ export default class EmailSignUpPage extends React.Component {
</button>
</div>
<div className='form-group margin--extra-2x'>
- <span><a href='/find_team'>{`Find my team`}</a></span>
+ <span><a href='/find_team'>{`Find my teams`}</a></span>
</div>
</form>
);