diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index d2795612ed..802627873e 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -139,7 +139,7 @@ function get_default_block_template_types() { ), 'archive' => array( 'title' => _x( 'Archive', 'Template name' ), - 'description' => __( 'Displays post categories, tags, and other archives.' ), + 'description' => __( 'Displays posts by a category, tag, author, or date.' ), ), 'author' => array( 'title' => _x( 'Author', 'Template name' ),