mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
add getLangText
This commit is contained in:
parent
8ac69bab5d
commit
4627381c16
@ -42,7 +42,7 @@ let CylandAdditionalDataForm = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleSuccess() {
|
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);
|
GlobalNotificationActions.appendGlobalNotification(notification);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user