Skip to content

Commit 48d2db0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/theme-install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
<a class="button load-customize" href="{{ data.customize_url }}"><?php _e( 'Customize' ); ?></a>
423423
<# } #>
424424
<# } else { #>
425-
<button class="button preview install-theme-preview"><?php echo esc_html_x( 'Preview', 'verb, theme install action button' ); ?></button>
425+
<button class="button preview install-theme-preview"><?php echo esc_html_x( 'Preview', 'verb' ); ?></button>
426426
<# } #>
427427
<# } else { #>
428428
<?php

0 commit comments

Comments
 (0)