diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php
index 4b5ec333f0..0e4cf6c689 100644
--- a/src/wp-includes/class-wp-customize-manager.php
+++ b/src/wp-includes/class-wp-customize-manager.php
@@ -4849,7 +4849,7 @@ final class WP_Customize_Manager {
$section_description .= '
';
$section_description .= '- ' . __( 'In the editing area, the Tab key enters a tab character.' ) . '
';
$section_description .= '- ' . __( 'To move away from this area, press the Esc key followed by the Tab key.' ) . '
';
- $section_description .= '- ' . __( 'Screen reader users: when in forms mode, you may need to press the Esc key twice.' ) . '
';
+ $section_description .= '- ' . __( 'Screen reader users: when in forms mode, you may need to press the escape key twice.' ) . '
';
$section_description .= '
';
if ( 'false' !== wp_get_current_user()->syntax_highlighting ) {