Skip to content

Commit

Permalink
i18n: update label translation in post-navigation-link block
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 30, 2024
1 parent 63b891e commit 1ce3983
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/block-library/src/post-navigation-link/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';

/**
* Internal dependencies
Expand All @@ -19,10 +19,7 @@ export const settings = {
variations,
example: {
attributes: {
label: _x(
'Next post',
'Example label for Post Navigation Link block'
),
label: __( 'Next post' ),
arrow: 'arrow',
},
},
Expand Down

0 comments on commit 1ce3983

Please sign in to comment.