summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAlex Garibay <alex@alexgaribay.com>2015-11-17 17:09:55 -0600
committerAlex Garibay <alex@alexgaribay.com>2015-11-17 17:09:55 -0600
commitea9983510e7126f86ba76c2badeda4a45d20ee63 (patch)
tree269600ac2c3366b4953ab57f2893a1db4d27b137 /web
parent178e30ecededae61eb727f30919b30358590e7f5 (diff)
downloadchat-ea9983510e7126f86ba76c2badeda4a45d20ee63.tar.gz
chat-ea9983510e7126f86ba76c2badeda4a45d20ee63.tar.bz2
chat-ea9983510e7126f86ba76c2badeda4a45d20ee63.zip
PLT-866: Update text on sign-in page
Diffstat (limited to 'web')
-rw-r--r--web/react/components/login.jsx16
1 files changed, 7 insertions, 9 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 423ba9067..7f8820d9f 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -201,14 +201,12 @@ export default class Login extends React.Component {
if (global.window.mm_config.EnableTeamCreation === 'true') {
teamSignUp = (
<div className='margin--extra'>
- <span>{'Want to create your own team? '}
- <a
- href='/'
- className='signup-team-login'
- >
- {'Create one now'}
- </a>
- </span>
+ <a
+ href='/'
+ className='signup-team-login'
+ >
+ {'Create a new team'}
+ </a>
</div>
);
}
@@ -227,7 +225,7 @@ export default class Login extends React.Component {
{emailSignup}
{userSignUp}
<div className='form-group margin--extra form-group--small'>
- <span><a href='/find_team'>{'Find other teams'}</a></span>
+ <span><a href='/find_team'>{'Find your other teams'}</a></span>
</div>
{forgotPassword}
{teamSignUp}