diff --git a/lib/compat/wordpress-6.1/block-template-utils.php b/lib/compat/wordpress-6.1/block-template-utils.php index 8b8c7f5bb2cf51..d1814b6f50e538 100644 --- a/lib/compat/wordpress-6.1/block-template-utils.php +++ b/lib/compat/wordpress-6.1/block-template-utils.php @@ -290,7 +290,7 @@ function _gutenberg_build_title_and_description_for_single_post_type_block_templ ); $template->description = sprintf( // translators: Represents the description of a user's custom template in the Site Editor, e.g. "Template for Page: Hello". - __( 'Template for %$s', 'gutenberg' ), + __( 'Template for %s', 'gutenberg' ), $post_title );