diff --git a/web/react/components/team_import_tab.jsx b/web/react/components/team_import_tab.jsx index 131add999c..ae7f875cb2 100644 --- a/web/react/components/team_import_tab.jsx +++ b/web/react/components/team_import_tab.jsx @@ -39,12 +39,12 @@ module.exports = React.createClass({ break; case 'done': messageSection = ( -

Import sucessfull: View Summery

+

Import sucessfull: View Summary

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

Import failure: View Summery

+

Import failure: View Summary

); break; }