Merge pull request #1455 from alexgaribay/PLT-866

PLT-866: Update text on sign-in page
Этот коммит содержится в:
Joram Wilander
2015-11-18 08:16:20 -05:00
родитель 5914784e99 ea9983510e
Коммит ef1a46f6d6

Просмотреть файл

@@ -201,14 +201,12 @@ export default class Login extends React.Component {
if (global.window.mm_config.EnableTeamCreation === 'true') { if (global.window.mm_config.EnableTeamCreation === 'true') {
teamSignUp = ( teamSignUp = (
<div className='margin--extra'> <div className='margin--extra'>
<span>{'Want to create your own team? '} <a
<a href='/'
href='/' className='signup-team-login'
className='signup-team-login' >
> {'Create a new team'}
{'Create one now'} </a>
</a>
</span>
</div> </div>
); );
} }
@@ -227,7 +225,7 @@ export default class Login extends React.Component {
{emailSignup} {emailSignup}
{userSignUp} {userSignUp}
<div className='form-group margin--extra form-group--small'> <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> </div>
{forgotPassword} {forgotPassword}
{teamSignUp} {teamSignUp}