2016-09-06 17:44:06 +02:00

14 lines
327 B
JavaScript

/*
* DatabasesPage Messages
*
* This contains all the text for the DatabasesPage component.
*/
import { defineMessages } from 'react-intl';
export default defineMessages({
header: {
id: 'app.components.DatabasesPage.header',
defaultMessage: 'This is the Databases page of the Settings Manager plugin!',
},
});