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 Jul 14, 2023
1 parent 6856167 commit 9879bdb
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

1 comment on commit 9879bdb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 9879bdb.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5556154046
📝 Reported issues:

Please sign in to comment.