fix: content-types builder search button tooltip

This commit is contained in:
杨飞 2022-06-13 16:53:02 +08:00
parent ee4279dc5e
commit 3fba8ec9b6

View File

@ -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 => {