Skip to content

Commit

Permalink
Use lowercase p in "Manage Patterns" (#52617)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and tellthemachines committed Jul 17, 2023
1 parent 735463a commit ba4100f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-post/src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ManagePatternsMenuItem() {

return (
<MenuItem role="menuitem" href={ url }>
{ __( 'Manage Patterns' ) }
{ __( 'Manage patterns' ) }
</MenuItem>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function ReusableBlocksManageButton( { clientId } ) {
return (
<BlockSettingsMenuControls>
<MenuItem href={ managePatternsUrl }>
{ __( 'Manage Patterns' ) }
{ __( 'Manage patterns' ) }
</MenuItem>
{ canRemove && (
<MenuItem onClick={ () => convertBlockToStatic( clientId ) }>
Expand Down

0 comments on commit ba4100f

Please sign in to comment.