From a142c172e816fde8f14a3adee57ecf219a1d7487 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Fri, 6 May 2022 11:57:44 +0300 Subject: [PATCH] update the block variation's description --- packages/block-library/src/post-terms/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/post-terms/index.php b/packages/block-library/src/post-terms/index.php index dc499d1c1e867..a607981a09e8a 100644 --- a/packages/block-library/src/post-terms/index.php +++ b/packages/block-library/src/post-terms/index.php @@ -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, ),