Skip to content

Commit

Permalink
update the block variation's description
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 6, 2022
1 parent 18365ce commit a142c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/post-terms/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function register_block_core_post_terms() {
'name' => $taxonomy->name,
'title' => $taxonomy->label,
/* translators: %s: taxonomy's label */
'description' => sprintf( __( 'Display the assigned %s' ), $taxonomy->label ),
'description' => sprintf( __( 'Display the assigned taxonomy: %s' ), $taxonomy->label ),
'attributes' => array(
'term' => $taxonomy->name,
),
Expand Down

0 comments on commit a142c17

Please sign in to comment.