Skip to content

Commit a57c1fc

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent 8debb5c commit a57c1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/customize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<span class="spinner"></span>
211211
<button type="button" class="customize-controls-preview-toggle">
212212
<span class="controls"><?php _e( 'Customize' ); ?></span>
213-
<span class="preview"><?php echo esc_html_x( 'Preview', 'noun, customizer toggle label for the preview pane' ); ?></span>
213+
<span class="preview"><?php echo esc_html_x( 'Preview', 'noun' ); ?></span>
214214
</button>
215215
<a class="customize-controls-close" href="<?php echo esc_url( $wp_customize->get_return_url() ); ?>">
216216
<span class="screen-reader-text">

0 commit comments

Comments
 (0)