diff --git a/client/src/app/Routes.js b/client/src/app/Routes.js index f764f405..088526fd 100644 --- a/client/src/app/Routes.js +++ b/client/src/app/Routes.js @@ -61,7 +61,7 @@ import InstallStep3Database from 'app/install/install-step-3-database'; import InstallStep4UserSystem from 'app/install/install-step-4-user-system'; import InstallStep5Settings from 'app/install/install-step-5-settings'; import InstallStep6Admin from 'app/install/install-step-6-admin'; -import InstallStep7Completed from 'app/install/install-step-7-completed'; +import InstallCompleted from 'app/install/install-completed'; export default ( @@ -98,7 +98,7 @@ export default ( - + diff --git a/client/src/app/install/install-step-7-completed.js b/client/src/app/install/install-completed.js similarity index 57% rename from client/src/app/install/install-step-7-completed.js rename to client/src/app/install/install-completed.js index c0a49475..4fa7b56e 100644 --- a/client/src/app/install/install-step-7-completed.js +++ b/client/src/app/install/install-completed.js @@ -4,10 +4,9 @@ import store from 'app/store'; import ConfigActions from 'actions/config-actions'; import i18n from 'lib-app/i18n'; -import Header from 'core-components/header'; import Message from 'core-components/message'; -class InstallStep7Completed extends React.Component { +class InstallCompleted extends React.Component { componentDidMount() { store.dispatch(ConfigActions.init()); @@ -19,9 +18,8 @@ class InstallStep7Completed extends React.Component { render() { return ( -
-
- +
+ {i18n('INSTALLATION_COMPLETED_DESCRIPTION')}
@@ -29,4 +27,4 @@ class InstallStep7Completed extends React.Component { } } -export default InstallStep7Completed; \ No newline at end of file +export default InstallCompleted; diff --git a/client/src/app/install/install-step-7-completed.scss b/client/src/app/install/install-completed.scss similarity index 100% rename from client/src/app/install/install-step-7-completed.scss rename to client/src/app/install/install-completed.scss diff --git a/client/src/app/install/install-step-1-language.js b/client/src/app/install/install-step-1-language.js index 240b3d1b..e94fda6d 100644 --- a/client/src/app/install/install-step-1-language.js +++ b/client/src/app/install/install-step-1-language.js @@ -14,7 +14,7 @@ class InstallStep1Language extends React.Component { render() { return (
-
+