From afb09a1b9dd83e480a8c4f5744bd79cafb88a682 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 21 Aug 2015 00:54:35 +0500 Subject: MM-1696 - Improvements for Slack Import --- web/react/components/team_import_tab.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/react/components/team_import_tab.jsx') diff --git a/web/react/components/team_import_tab.jsx b/web/react/components/team_import_tab.jsx index 131add999..c21701c0e 100644 --- a/web/react/components/team_import_tab.jsx +++ b/web/react/components/team_import_tab.jsx @@ -34,17 +34,17 @@ module.exports = React.createClass({ break; case 'in-progress': messageSection = ( -

Importing...

+

Importing...

); break; case 'done': messageSection = ( -

Import sucessfull: View Summery

+

Import sucessfull: View Summery

); break; case 'fail': messageSection = ( -

Import failure: View Summery

+

Import failure: View Summery

); break; } @@ -59,8 +59,8 @@ module.exports = React.createClass({

Import

{uploadSection} - {messageSection}
+ {messageSection}
); -- cgit v1.2.3-1-g7c22