diff --git a/frontend/src/component/feature/form/strategies-section.jsx b/frontend/src/component/feature/form/strategies-section.jsx
index 83ee3609df..ea9097f67f 100644
--- a/frontend/src/component/feature/form/strategies-section.jsx
+++ b/frontend/src/component/feature/form/strategies-section.jsx
@@ -1,4 +1,5 @@
 import React, { PropTypes } from 'react';
+import { ProgressBar } from 'react-mdl';
 import StrategiesList from './strategies-list';
 import AddStrategy from './strategies-add';
 import { HeaderTitle } from '../../common';
@@ -21,7 +22,7 @@ class StrategiesSection extends React.Component {
 
     render () {
         if (!this.props.strategies || this.props.strategies.length === 0) {
-            return Loding available strategies;
+            return ;
         }
 
         return (