Skip to content

Hardcoded warning in ToolBar.js: #1213

@genau7

Description

@genau7

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions