18 lines
390 B
JavaScript
Raw Normal View History

2016-08-18 11:41:13 +02:00
/*
* NotFoundPage Messages
*
* This contains all the text for the NotFoundPage component.
*/
import { defineMessages } from 'react-intl';
export default defineMessages({
header: {
id: 'boilerplate.containers.NotFoundPage.header',
defaultMessage: 'Page not found.',
},
homeButton: {
id: 'boilerplate.containers.NotFoundPage.home',
defaultMessage: 'Home',
},
});