Skip to content

Commit

Permalink
refactor: remove the usage of context
Browse files Browse the repository at this point in the history
Co-authored-by: Aki Hamano <[email protected]>
  • Loading branch information
yogeshbhutkar and t-hamano authored Dec 30, 2024
1 parent 8c12ee5 commit fbc1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/read-more/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const settings = {
edit,
example: {
attributes: {
content: _x( 'Read More', 'Example text for the Read More block' ),
content: __( 'Read more' ),
},
},
};
Expand Down

0 comments on commit fbc1136

Please sign in to comment.