mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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')}`,
|
||||
defaultMessage: 'Content-Types Builder',
|
||||
})}
|
||||
searchLabel="Search..."
|
||||
searchLabel={formatMessage({
|
||||
id: 'content-manager.components.LeftMenu.Search.label',
|
||||
defaultMessage: 'Search for a content type',
|
||||
})}
|
||||
/>
|
||||
<SubNavSections>
|
||||
{menu.map(section => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user