diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php
index d63b10eb4f..4e6ecbeb64 100644
--- a/src/wp-admin/options.php
+++ b/src/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: Options page %s not found in the allowed options list.' ),
'' . esc_html( $option_page ) . ''
)
);