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 and tellthemachines committed Jul 7, 2023
1 parent 02fb4a7 commit 1fe426f
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

0 comments on commit 1fe426f

Please sign in to comment.