PLT-866: Update text on sign-in page

Этот коммит содержится в:
Alex Garibay
2015-11-17 17:09:55 -06:00
родитель 178e30eced
Коммит ea9983510e

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

@@ -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}