diff --git a/js/components/register_piece.js b/js/components/register_piece.js
index 2e7fc184..5ae5fa57 100644
--- a/js/components/register_piece.js
+++ b/js/components/register_piece.js
@@ -51,7 +51,7 @@ let RegisterPiece = React.createClass( {
},
handleSuccess(){
- let notification = new GlobalNotificationModel('Login successsful', 'success', 10000);
+ let notification = new GlobalNotificationModel('Piece successfully registered', 'success', 10000);
GlobalNotificationActions.appendGlobalNotification(notification);
this.transitionTo('pieces');
},
@@ -98,7 +98,7 @@ let RegisterPiece = React.createClass( {
onChange={this.onLicenseChange}
footer={
- Learn more about this license
+ Learn more
}>