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 Jul 14, 2023
1 parent a6389cf commit 63cec53
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>
);
}

1 comment on commit 63cec53

@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 63cec53.
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/5549560410
📝 Reported issues:

Please sign in to comment.