mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
14 lines
291 B
JavaScript
14 lines
291 B
JavaScript
![]() |
/*
|
||
|
* LeftMenuFooter Messages
|
||
|
*
|
||
|
* This contains all the text for the LeftMenuFooter component.
|
||
|
*/
|
||
|
import { defineMessages } from 'react-intl';
|
||
|
|
||
|
export default defineMessages({
|
||
|
header: {
|
||
|
id: 'app.components.LeftMenuFooter.header',
|
||
|
defaultMessage: 'Proudly powered by ',
|
||
|
},
|
||
|
});
|