UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

19 lines (18 loc) 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.avatarGroupMessages = void 0; var _reactIntl = require("react-intl"); var avatarGroupMessages = exports.avatarGroupMessages = (0, _reactIntl.defineMessages)({ editors: { id: 'fabric.editor.editors', defaultMessage: 'Editors', description: 'classifying the people that are currently editing the document' }, anonymousCollaborator: { id: 'fabric.editor.anonymous-collaborator', defaultMessage: 'Anonymous collaborator', description: 'The name of an anonymous collaborator, used when the participant name is not specified' } });