box-ui-elements-mlh
Version:
37 lines • 1.04 kB
JavaScript
import { defineMessages } from 'react-intl';
var messages = defineMessages({
title: {
"id": "be.messageCenter.title",
"defaultMessage": "What's New"
},
all: {
"id": "be.messageCenter.all",
"defaultMessage": "All"
},
previewError: {
"id": "be.messageCenter.previewError",
"defaultMessage": "Sorry, we're having trouble showing this image. "
},
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