1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-22 23:56:53 +01:00

Correct typo

This commit is contained in:
vrde 2015-07-10 11:07:25 +02:00
parent 2e8e86c62f
commit cbe3be6faa

View File

@ -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