summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_import_tab.jsx
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2016-11-28 19:32:37 +0000
committerCorey Hulen <corey@hulen.com>2016-11-28 11:32:37 -0800
commitccf05bfdfec0bf83edbfbdcb41179a1babea2631 (patch)
tree599949743fe1aae50b06c8b5a068dffe61a04c7d /webapp/components/team_import_tab.jsx
parent0383c58d01c3f67552e2a3f018e4667206a0363c (diff)
downloadchat-ccf05bfdfec0bf83edbfbdcb41179a1babea2631.tar.gz
chat-ccf05bfdfec0bf83edbfbdcb41179a1babea2631.tar.bz2
chat-ccf05bfdfec0bf83edbfbdcb41179a1babea2631.zip
PLT-4280 Update Slack Import help text. (#4646)
* Update Slack Import help text. It was quite inaccurate in light of all the recently added features. * Update wording as per review.
Diffstat (limited to 'webapp/components/team_import_tab.jsx')
-rw-r--r--webapp/components/team_import_tab.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/team_import_tab.jsx b/webapp/components/team_import_tab.jsx
index 2e3503f4a..ab92903db 100644
--- a/webapp/components/team_import_tab.jsx
+++ b/webapp/components/team_import_tab.jsx
@@ -48,7 +48,7 @@ class TeamImportTab extends React.Component {
<div>
<FormattedHTMLMessage
id='team_import_tab.importHelp'
- defaultMessage="<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.</p>"
+ defaultMessage="<p>Slack import to Mattermost supports importing of messages in your Slack team's public channels.</p><p>To import a team from Slack, go to <strong>Slack > Team Settings > Import/Export Data > Export > Start Export</strong>. See <a href='https://docs.mattermost.com/administration/migrating.html#migrating-from-slack'>documentation</a> to learn more.</p><p>To import posts with attached files, see <a href='https://github.com/grundleborg/slack-advanced-exporter'>Slack Advanced Exporter</a> for details.</p>"
/>
</div>
);