From cbe3be6faa5b04c10ae91d93db213bd40447a54b Mon Sep 17 00:00:00 2001 From: vrde Date: Fri, 10 Jul 2015 11:07:25 +0200 Subject: [PATCH] Correct typo --- js/components/login_container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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