diff --git a/wp-admin/options.php b/wp-admin/options.php
index 400a7b69ae..a1229ef8fd 100644
--- a/wp-admin/options.php
+++ b/wp-admin/options.php
@@ -245,7 +245,7 @@ if ( 'update' === $action ) { // We are saving settings sent from a settings pag
wp_die(
sprintf(
/* translators: %s: The options page name. */
- __( 'Error: Options page %s not found in the allowed options list.' ),
+ __( 'Error: The %s options page is not in the allowed options list.' ),
'' . esc_html( $option_page ) . '
'
)
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9bfe237da2..4482b26620 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.2-alpha-54925';
+$wp_version = '6.2-alpha-54926';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.