diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
index 4034eaae25..5fb5fd2203 100644
a
|
b
|
class Twenty_Twenty_One_Dark_Mode { |
178 | 178 | esc_url( __( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ) |
179 | 179 | ); |
180 | 180 | $description .= '</p>'; |
181 | | $description .= '<p>' . __( 'Dark Mode can also be turned on and off with a button that you can find in the bottom right corner of the page.', 'twentytwentyone' ) . '</p>'; |
| 181 | $description .= '<p>' . __( 'Dark Mode can also be turned on and off with a button that you can find in the bottom left corner of the page.', 'twentytwentyone' ) . '</p>'; |
182 | 182 | |
183 | 183 | $wp_customize->add_control( |
184 | 184 | 'respect_user_color_preference', |