Remove link on team creation page (#5639)

Этот коммит содержится в:
Ryan Wang
2017-03-11 17:31:52 -05:00
коммит произвёл enahum
родитель d32334cdfb
Коммит b756ae17c0
2 изменённых файлов: 0 добавлений и 10 удалений

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

@@ -10,7 +10,6 @@ import logoImage from 'images/logo.png';
import React from 'react';
import ReactDOM from 'react-dom';
import {Link} from 'react-router/es6';
import {FormattedMessage} from 'react-intl';
export default class TeamSignupDisplayNamePage extends React.Component {
@@ -118,14 +117,6 @@ export default class TeamSignupDisplayNamePage extends React.Component {
defaultMessage='Next'
/><i className='fa fa-chevron-right'/>
</button>
<div className='margin--extra'>
<Link to='/select_team'>
<FormattedMessage
id='create_team.display_name.back'
defaultMessage='Back to previous step'
/>
</Link>
</div>
</form>
</div>
);

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

@@ -1214,7 +1214,6 @@
"create_post.tutorialTip": "<h4>Sending Messages</h4><p>Type here to write a message and press <strong>ENTER</strong> to post it.</p><p>Click the <strong>Attachment</strong> button to upload an image or a file.</p>",
"create_post.write": "Write a message...",
"create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our <a href={TermsOfServiceLink}>Terms of Service</a> and <a href={PrivacyPolicyLink}>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
"create_team.display_name.back": "Back to previous step",
"create_team.display_name.charLength": "Name must be {min} or more characters up to a maximum of {max}. You can add a longer team description later.",
"create_team.display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.",
"create_team.display_name.next": "Next",