diff --git a/packages/block-library/src/read-more/index.js b/packages/block-library/src/read-more/index.js index c6e825085d01a..41b370bf6050c 100644 --- a/packages/block-library/src/read-more/index.js +++ b/packages/block-library/src/read-more/index.js @@ -19,7 +19,7 @@ export const settings = { edit, example: { attributes: { - content: _x( 'Read More', 'Example text for the Read More block' ), + content: __( 'Read more' ), }, }, };