summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorRyan Wang <R-Wang97@users.noreply.github.com>2017-03-11 17:31:52 -0500
committerenahum <nahumhbl@gmail.com>2017-03-11 19:31:52 -0300
commitb756ae17c08cebc4a6a0baefc2edf5c4f1cf42cb (patch)
treee44e9af36e2894f6f6f7128c0fd113642a16abfd /webapp
parentd32334cdfb09b25a97c4731721ce9be836f95300 (diff)
downloadchat-b756ae17c08cebc4a6a0baefc2edf5c4f1cf42cb.tar.gz
chat-b756ae17c08cebc4a6a0baefc2edf5c4f1cf42cb.tar.bz2
chat-b756ae17c08cebc4a6a0baefc2edf5c4f1cf42cb.zip
Remove link on team creation page (#5639)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/create_team/components/display_name.jsx9
-rw-r--r--webapp/i18n/en.json1
2 files changed, 0 insertions, 10 deletions
diff --git a/webapp/components/create_team/components/display_name.jsx b/webapp/components/create_team/components/display_name.jsx
index aeb8afbb9..865c0e6db 100644
--- a/webapp/components/create_team/components/display_name.jsx
+++ b/webapp/components/create_team/components/display_name.jsx
@@ -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>
);
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 2d2045e29..c6d540ae3 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -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",