Skip to content

Fix unexpected-error-title text #1267

Description

@microbit-robert

The error description and error title are the same. We don't use the title text, we use the description text twice but don't pass a link where it is used for the title.

"unexpected-error-description": {
    "defaultMessage": "Please try again or <link>raise a support request</link>",
    "description": "Text shown for unexpected error scenarios"
  },
  "unexpected-error-title": {
    "defaultMessage": "Please try again or <link>raise a support request</link>",
    "description": "Text shown for unexpected error scenarios"
  },

title: this.intl.formatMessage({ id: "unexpected-error-description" }),

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions