1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-26 11:16:28 +02:00

add getLangText

This commit is contained in:
Tim Daubenschütz 2015-10-13 16:41:35 +02:00
parent 8ac69bab5d
commit 4627381c16

View File

@ -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);
},