summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_email.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-28 14:42:58 -0700
committerCorey Hulen <corey@hulen.com>2015-10-28 14:42:58 -0700
commit9312272234c9bb41741ac174fb4b19c73426dce0 (patch)
treeb57ee6536e6e388c1711ceff47e74f69cfd91a0d /web/react/components/team_signup_with_email.jsx
parentccf9e0cabd9fcede118ca54b24adb33c788a7ae9 (diff)
parent110bc3e7e9258903230780b25478b03c562cded8 (diff)
downloadchat-9312272234c9bb41741ac174fb4b19c73426dce0.tar.gz
chat-9312272234c9bb41741ac174fb4b19c73426dce0.tar.bz2
chat-9312272234c9bb41741ac174fb4b19c73426dce0.zip
Merge pull request #1219 from asaadmahmoodspin/ui-improvements
Ui improvements
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 ff4ccd4d8..021713f04 100644
--- a/web/react/components/team_signup_with_email.jsx
+++ b/web/react/components/team_signup_with_email.jsx
@@ -71,7 +71,7 @@ export default class EmailSignUpPage extends React.Component {
className='btn btn-md btn-primary'
type='submit'
>
- {'Sign up'}
+ {'Create Team'}
</button>
{serverError}
</div>