diff --git a/js/components/login_container.js b/js/components/login_container.js index 005a7796..1645e206 100644 --- a/js/components/login_container.js +++ b/js/components/login_container.js @@ -81,7 +81,7 @@ let LoginForm = React.createClass({ }, handleSuccess(){ - let notification = new GlobalNotificationModel('Login successsful', 'success', 10000); + let notification = new GlobalNotificationModel('Login successful', 'success', 10000); GlobalNotificationActions.appendGlobalNotification(notification); // register_piece is waiting for a login success as login_container and it is wrapped