mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
style: text change empty layout
This commit is contained in:
parent
36a69ceb26
commit
86ed94f16e
@ -253,6 +253,7 @@
|
||||
"app.components.DownloadInfo.text": "This could take a minute. Thanks for your patience.",
|
||||
"app.components.EmptyAttributes.title": "There are no fields yet",
|
||||
"app.components.EmptyStateLayout.content-permissions": "You don't have the permissions to access that content",
|
||||
"app.components.EmptyStateLayout.content-document": "No content found",
|
||||
"app.components.HeaderLayout.link.go-back": "Back",
|
||||
"app.components.HomePage.button.blog": "See more on the blog",
|
||||
"app.components.HomePage.community": "Join the community",
|
||||
|
||||
@ -34,7 +34,7 @@ EmptyStateLayout.defaultProps = {
|
||||
action: undefined,
|
||||
content: {
|
||||
id: 'app.components.EmptyStateLayout.content-document',
|
||||
defaultMessage: "You don't have any content yet...",
|
||||
defaultMessage: 'No content found',
|
||||
values: {},
|
||||
},
|
||||
hasRadius: true,
|
||||
|
||||
@ -22,7 +22,7 @@ const NoContent = ({ content, ...rest }) => {
|
||||
NoContent.defaultProps = {
|
||||
content: {
|
||||
id: 'app.components.EmptyStateLayout.content-document',
|
||||
defaultMessage: "You don't have any content yet...",
|
||||
defaultMessage: 'No content found',
|
||||
values: {},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user