mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
add getLangText
This commit is contained in:
parent
8ac69bab5d
commit
4627381c16
@ -42,7 +42,7 @@ let CylandAdditionalDataForm = React.createClass({
|
||||
},
|
||||
|
||||
handleSuccess() {
|
||||
let notification = new GlobalNotificationModel('Further details successfully updated', 'success', 10000);
|
||||
let notification = new GlobalNotificationModel(getLangText('Further details successfully updated'), 'success', 10000);
|
||||
GlobalNotificationActions.appendGlobalNotification(notification);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user