Skip to content

Commit

Permalink
Rename content panel title from 'Content' to 'Overrides'
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Apr 2, 2024
1 parent 4b2a74a commit 69d8af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patterns/src/components/content-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ContentPanel() {
}

return (
<PanelBody title={ __( 'Content' ) }>
<PanelBody title={ __( 'Overrides' ) }>
<BlockQuickNavigation clientIds={ clientIdsWithOverrides } />
</PanelBody>
);
Expand Down

0 comments on commit 69d8af5

Please sign in to comment.