Skip to content

Commit

Permalink
fix: replace _x with __
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 30, 2024
1 parent fbc1136 commit 5ea80f7
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
@@ -1,7 +1,7 @@
/**
* WordPress dependencies
*/
import { _x } from '@wordpress/i18n';
import { __ } from '@wordpress/i18n';
import { link as icon } from '@wordpress/icons';

/**
Expand Down

0 comments on commit 5ea80f7

Please sign in to comment.