Skip to content

Commit

Permalink
Update title to "additional patterns"
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Jul 14, 2023
1 parent cc34196 commit c36886e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function ThemePatternsGroup( { categories, currentCategory, currentType } ) {
return (
<>
<div className="edit-site-sidebar-navigation-screen-patterns__group-header">
<Heading level={ 2 }>{ __( 'Additional patterns' ) }</Heading>
<Heading level={ 2 }>{ __( 'Additional Patterns' ) }</Heading>
</div>
<ItemGroup className="edit-site-sidebar-navigation-screen-patterns__group">
{ categories.map( ( category ) => (
Expand All @@ -75,7 +75,7 @@ function ThemePatternsGroup( { categories, currentCategory, currentType } ) {
<Tooltip
position="top center"
text={ __(
'Included patterns cannot be edited.'
'Patterns bundled with themes or plugins cannot be edited.'
) }
>
<span className="edit-site-sidebar-navigation-screen-pattern__lock-icon">
Expand Down

0 comments on commit c36886e

Please sign in to comment.