Skip to content

Commit 51d2830

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent 194ae7e commit 51d2830

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
@@ -445,7 +445,7 @@
445445
$aria_label = sprintf( _x( 'Install %s', 'theme' ), '{{ data.name }}' );
446446
?>
447447
<a class="button button-primary theme-install" data-name="{{ data.name }}" data-slug="{{ data.id }}" href="{{ data.install_url }}" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Install' ); ?></a>
448-
<button class="button preview install-theme-preview"><?php echo esc_html_x( 'Preview', 'verb, theme install action button' ); ?></button>
448+
<button class="button preview install-theme-preview"><?php echo esc_html_x( 'Preview', 'verb' ); ?></button>
449449
<# } else { #>
450450
<?php
451451
/* translators: %s: Theme name. */

0 commit comments

Comments
 (0)