diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx index 423ba90673..7f8820d9fd 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 = (
- {'Want to create your own team? '} - - {'Create one now'} - - + + {'Create a new team'} +
); } @@ -227,7 +225,7 @@ export default class Login extends React.Component { {emailSignup} {userSignUp}
- {'Find other teams'} + {'Find your other teams'}
{forgotPassword} {teamSignUp}