UNPKG

box-ui-elements

Version:
17 lines 586 B
import { defineMessages } from 'react-intl'; const messages = defineMessages({ errorFetchAnnotation: { "id": "be.annotattionThread.errorFetchAnnotation", "defaultMessage": "The annotation could not be fetched." }, errorEditAnnotation: { "id": "be.annotationThread.errorEditAnnotation", "defaultMessage": "This annotation could not be modified." }, errorDeleteAnnotation: { "id": "be.annotationThread.errorDeleteAnnotation", "defaultMessage": "There was an error deleting this item." } }); export default messages; //# sourceMappingURL=messages.js.map