diff --git a/js/components/login_container.js b/js/components/login_container.js index d35bb26a..34df6b02 100644 --- a/js/components/login_container.js +++ b/js/components/login_container.js @@ -30,7 +30,7 @@ let LoginContainer = React.createClass({ getDefaultProps() { return { - message: getLangText('Log in to') + ' ascribe ...' + message: getLangText('Log in to') + ' ascribe ...', redirectOnLoggedIn: true, redirectOnLoginSuccess: true };