-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Description
Hello, I am creating a web app which can be viewed in many languages. While working with InsertModal and validation, I noticed that a warning pops up with a hardcoded message in ToolBar.js:
displayCommonMessage = () => {
this.refs.notifier.notice(
'error',
'Form validate errors, please checking!',
'Pressed ESC can cancel');
}
Would it be possible for one of the library contributors to make those 3 strings customizable? And if not, could you please fix the error in the second string? (Please checking => Please check).
Reactions are currently unavailable