mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
fix: content-types builder search button tooltip
This commit is contained in:
parent
ee4279dc5e
commit
3fba8ec9b6
@ -36,7 +36,10 @@ const ContentTypeBuilderNav = () => {
|
|||||||
id: `${getTrad('plugin.name')}`,
|
id: `${getTrad('plugin.name')}`,
|
||||||
defaultMessage: 'Content-Types Builder',
|
defaultMessage: 'Content-Types Builder',
|
||||||
})}
|
})}
|
||||||
searchLabel="Search..."
|
searchLabel={formatMessage({
|
||||||
|
id: 'content-manager.components.LeftMenu.Search.label',
|
||||||
|
defaultMessage: 'Search for a content type',
|
||||||
|
})}
|
||||||
/>
|
/>
|
||||||
<SubNavSections>
|
<SubNavSections>
|
||||||
{menu.map(section => {
|
{menu.map(section => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user