UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

20 lines (19 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactIntl = require("react-intl"); var message = (0, _reactIntl.defineMessages)({ removeFromFavouritesLabel: { id: 'rovo-chat.browse-agents.remove-from-favourites-label', defaultMessage: 'Remove {agentName} from favourites', description: 'Button label/aria label for removing agent from favorites. Shown when agent is already favorited and button is clicked to unfavorite. The {agentName} placeholder is replaced with the agent name for unique accessible labels.' }, clickToFavouriteLabel: { id: 'rovo-chat.browse-agents.click-to-favourite-label', defaultMessage: 'Add {agentName} to favourites', description: 'Button label/aria label indicating agent is not favorited. Instructions to click the star button to add agent to favorites. The {agentName} placeholder is replaced with the agent name for unique accessible labels.' } }); var _default = exports.default = message;