diff --git a/UI/Component/Form.js b/UI/Component/Form.js index a112045..db2be4e 100644 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -192,7 +192,7 @@ { if (!form.isValid()) { this.app.notifyManager.send( - new jsOMS.Message.Notification.NotificationMessage(jsOMS.Message.Notification.NotificationLevel.INFO, 'Info', 'Invalid form input. Please check the form.'), jsOMS.Message.Notification.NotificationType.APP_NOTIFICATION + new jsOMS.Message.Notification.NotificationMessage(jsOMS.Message.Notification.NotificationLevel.INFO, jsOMS.lang.Info, jsOMS.lang.invalid_form), jsOMS.Message.Notification.NotificationType.APP_NOTIFICATION ); jsOMS.Log.Logger.instance.debug('Form "' + form.getId() + '" has invalid values.');