/* * 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!', }, });