diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index 537a9e4001..54a3175607 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -162,7 +162,7 @@ function get_default_block_template_types() { 'description' => __( 'Displays latest posts with a single post tag.' ), ), 'attachment' => array( - 'title' => __( 'Media' ), + 'title' => __( 'Attachment' ), 'description' => __( 'Displays individual media items or attachments.' ), ), 'search' => array(