summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-13 08:22:22 -0700
committerit33 <iantien@gmail.com>2015-10-13 08:22:22 -0700
commit62bbf11224344190cc1ffb68fcb3095dad66fc83 (patch)
tree3f57c34452ab05ca42af3ca0cac576205fab5b21 /web/react/components
parentf641f83ff9a42252bf9ca80953ad789d7bb3dee8 (diff)
downloadchat-62bbf11224344190cc1ffb68fcb3095dad66fc83.tar.gz
chat-62bbf11224344190cc1ffb68fcb3095dad66fc83.tar.bz2
chat-62bbf11224344190cc1ffb68fcb3095dad66fc83.zip
Slack Import changing "Preview" label to "Beta"
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/team_import_tab.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/team_import_tab.jsx b/web/react/components/team_import_tab.jsx
index 40f06c382..a80b1a472 100644
--- a/web/react/components/team_import_tab.jsx
+++ b/web/react/components/team_import_tab.jsx
@@ -34,14 +34,14 @@ export default class TeamImportTab extends React.Component {
render() {
var uploadHelpText = (
<div>
- <p>{'Slack does not allow you to export files, images, private groups or direct messages stored in Slack. Therefore, Slack import to Mattermost only supports importing of text messages in your Slack team\'\s public channels.'}</p>
- <p>{'The Slack import to Mattermost is in "Preview". Slack bot posts do not yet import and Slack @mentions are not currently supported.'}</p>
+ <p>{'To import a team from Slack go to Slack > Team Settings > Import/Export Data > Export > Start Export. Slack does not allow you to export files, images, private groups or direct messages stored in Slack. Therefore, Slack import to Mattermost only supports importing of text messages in your Slack team\'\s public channels.'}</p>
+ <p>{'The Slack import to Mattermost is in "Beta". Slack bot posts do not yet import and Slack @mentions are not currently supported.'}</p>
</div>
);
var uploadSection = (
<SettingUpload
- title='Import from Slack'
+ title='Import from Slack (Beta)'
submit={this.doImportSlack}
helpText={uploadHelpText}
fileTypesAccepted='.zip'