Skip to content

Commit

Permalink
Template Parts: Update the 'Replace' label to 'Design' (#60156)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 25, 2024
1 parent 447c008 commit ce20894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/template-part/edit/index.js
Expand Up @@ -301,7 +301,7 @@ export default function TemplatePartEdit( {
( partsAsPatterns.length > 0 ||
blockPatterns.length > 0 ) && (
<InspectorControls>
<PanelBody title={ __( 'Replace' ) }>
<PanelBody title={ __( 'Design' ) }>
<TemplatesList
availableTemplates={ partsAsPatterns }
onSelect={ ( pattern ) => {
Expand Down

0 comments on commit ce20894

Please sign in to comment.