diff --git a/wp-content/themes/twentyseventeen/inc/block-patterns.php b/wp-content/themes/twentyseventeen/inc/block-patterns.php
index cc8c1aad4f..69946d1a47 100644
--- a/wp-content/themes/twentyseventeen/inc/block-patterns.php
+++ b/wp-content/themes/twentyseventeen/inc/block-patterns.php
@@ -131,7 +131,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
' . __( 'Strategy', 'twentyseventeen' ) . '
- ' . __( 'See Case Study' ) . ' →
+ ' . __( 'See Case Study', 'twentysixteen' ) . ' →
diff --git a/wp-content/themes/twentysixteen/inc/block-patterns.php b/wp-content/themes/twentysixteen/inc/block-patterns.php
index f5868cd716..e4fc5ca4cf 100644
--- a/wp-content/themes/twentysixteen/inc/block-patterns.php
+++ b/wp-content/themes/twentysixteen/inc/block-patterns.php
@@ -54,7 +54,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
- ' . esc_html__( 'Twenty Sixteen' ) . '
+ ' . esc_html__( 'Twenty Sixteen', 'twentysixteen' ) . '
diff --git a/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php b/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php
index 29e6abc9f3..b0922d2ec2 100644
--- a/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php
+++ b/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php
@@ -13,7 +13,7 @@
-
Leia Acosta, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.' ) ); ?>
+ Leia Acosta, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour ' ) ); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7b69b5f6bf..0a652a14be 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.5-alpha-57280';
+$wp_version = '6.5-alpha-57281';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.