Skip to content

Commit

Permalink
Adapt template part hint copy (#52527)
Browse files Browse the repository at this point in the history
* Try "panel" instead of "page"

* Update template-part-hint.js
  • Loading branch information
richtabor authored and tellthemachines committed Jul 14, 2023
1 parent bd02332 commit ebbd078
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default function TemplatePartHint() {
setPreference( 'core', PREFERENCE_NAME, false );
} }
>
{ __(
'Looking for template parts? You can now find them in the new "Patterns" page.'
) }
{ __( 'Looking for template parts? Find them in "Patterns".' ) }
</Notice>
);
}

0 comments on commit ebbd078

Please sign in to comment.