Skip to content

Commit

Permalink
i18n: Update label translation in comments-pagination-previous block
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 30, 2024
1 parent c734a08 commit 7cef2a1
Showing 1 changed file with 2 additions and 5 deletions.
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 { queryPaginationPrevious as icon } from '@wordpress/icons';

/**
Expand All @@ -19,10 +19,7 @@ export const settings = {
edit,
example: {
attributes: {
label: _x(
'Comments Previous Page',
'Example label for the Comments Pagination Previous block'
),
label: __( 'Comments Previous Page' ),
},
},
};
Expand Down

0 comments on commit 7cef2a1

Please sign in to comment.