UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

14 lines (13 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = void 0; var _reactIntl = require("react-intl"); var messages = exports.messages = (0, _reactIntl.defineMessages)({ toolbarHelpTitle: { id: 'fabric.editor.headingLink.toolbarHelpTitle', defaultMessage: 'Open help dialog', description: 'Label for the toolbar help button in the editor. When clicked, this button opens the help dialog.' } });