mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 07:50:33 +00:00
14 lines
327 B
JavaScript
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!',
|
|
},
|
|
});
|