mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +00:00
14 lines
347 B
JavaScript
14 lines
347 B
JavaScript
/*
|
|
* LanguagesPage Messages
|
|
*
|
|
* This contains all the text for the LanguagesPage component.
|
|
*/
|
|
import { defineMessages } from 'react-intl';
|
|
|
|
export default defineMessages({
|
|
rightSectionDescription: {
|
|
id: 'settings-manager.components.SecurityPage.rightSectionDescription',
|
|
defaultMessage: 'Configure your security settings',
|
|
},
|
|
});
|