Skip to content

Commit

Permalink
Update theme & plugin patterns tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Jul 17, 2023
1 parent cc34196 commit b29ac2d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ function TemplatePartGroup( { areas, currentArea, currentType } ) {
function ThemePatternsGroup( { categories, currentCategory, currentType } ) {
return (
<>
<div className="edit-site-sidebar-navigation-screen-patterns__group-header">
<Heading level={ 2 }>{ __( 'Additional patterns' ) }</Heading>
</div>
<ItemGroup className="edit-site-sidebar-navigation-screen-patterns__group">
{ categories.map( ( category ) => (
<CategoryItem
Expand All @@ -75,7 +72,7 @@ function ThemePatternsGroup( { categories, currentCategory, currentType } ) {
<Tooltip
position="top center"
text={ __(
'Included patterns cannot be edited.'
'Theme and plugin patterns cannot be edited.'
) }
>
<span className="edit-site-sidebar-navigation-screen-pattern__lock-icon">
Expand Down

0 comments on commit b29ac2d

Please sign in to comment.