Skip to content

Commit

Permalink
Update welcome guide copy (#52282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Jul 5, 2023
1 parent 48473a7 commit 0a6bd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/welcome-guide/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function WelcomeGuidePage() {
return null;
}

const heading = __( 'Editing your page' );
const heading = __( 'Editing a page' );

return (
<Guide
Expand Down Expand Up @@ -63,7 +63,7 @@ export default function WelcomeGuidePage() {
</h1>
<p className="edit-site-welcome-guide__text">
{ __(
'We’ve recently introduced the ability to edit pages within the site editor. You can switch to editing your template using the settings sidebar.'
'It’s now possible to edit page content in the site editor. To customise other parts of the page like the header and footer switch to editing the template using the settings sidebar.'
) }
</p>
</>
Expand Down
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/welcome-guide/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function WelcomeGuideTemplate() {
return null;
}

const heading = __( 'Editing your template' );
const heading = __( 'Editing a template' );

return (
<Guide
Expand Down Expand Up @@ -70,7 +70,7 @@ export default function WelcomeGuideTemplate() {
</h1>
<p className="edit-site-welcome-guide__text">
{ __(
'You’re now editing your page’s template. To switch back to editing your page you can click the back button in the toolbar.'
'Note that the same template can be used by multiple pages, so any changes made here may affect other pages on the site. To switch back to editing the page content click the ‘Back’ button in the toolbar.'
) }
</p>
</>
Expand Down

1 comment on commit 0a6bd09

@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 0a6bd09.
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/5462756370
📝 Reported issues:

Please sign in to comment.