Skip to content

Commit

Permalink
Content Block: Change placeholder and e2e test to refer to Content bl…
Browse files Browse the repository at this point in the history
…ock (#53902)

* Change placeholder and e2e test to refer to Content block

* Update to correct version of package lock
  • Loading branch information
jordesign authored Aug 24, 2023
1 parent eed863a commit 7d6ce36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/post-content/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Placeholder( { layoutClassNames } ) {
<div { ...blockProps }>
<p>
{ __(
'This is the Post Content block, it will display all the blocks in any single post or page.'
'This is the Content block, it will display all the blocks in any single post or page.'
) }
</p>
<p>
Expand All @@ -113,7 +113,7 @@ function Placeholder( { layoutClassNames } ) {
</p>
<p>
{ __(
'If there are any Custom Post Types registered at your site, the Post Content block can display the contents of those entries as well.'
'If there are any Custom Post Types registered at your site, the Content block can display the contents of those entries as well.'
) }
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test.describe( 'Pages', () => {
name: 'Block: Content',
} )
).toContainText(
'This is the Post Content block, it will display all the blocks in any single post or page.'
'This is the Content block, it will display all the blocks in any single post or page.'
);
await expect(
page.locator(
Expand Down

0 comments on commit 7d6ce36

Please sign in to comment.