UNPKG

@orfeas126/box-ui-elements

Version:
33 lines 908 B
import { defineMessages } from 'react-intl'; const messages = defineMessages({ title: { "id": "be.messageCenter.title", "defaultMessage": "What's New" }, all: { "id": "be.messageCenter.all", "defaultMessage": "All" }, product: { "id": "be.messageCenter.product", "defaultMessage": "Product" }, events: { "id": "be.messageCenter.events", "defaultMessage": "Events" }, boxEducation: { "id": "be.messageCenter.boxEducation", "defaultMessage": "Box Education" }, noPosts: { "id": "be.messageCenter.noPosts", "defaultMessage": "There are no posts for this category at the moment." }, errorFetchingPosts: { "id": "be.messageCenter.errorFetchingPosts", "defaultMessage": "Sorry, we are having trouble showing posts at the moment. It may help to refresh the page." } }); export default messages; //# sourceMappingURL=messages.js.map