Skip to content

Commit 04422df

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

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
@@ -452,7 +452,7 @@
452452
$aria_label = sprintf( _x( 'Cannot Install %s', 'theme' ), '{{ data.name }}' );
453453
?>
454454
<a class="button button-primary disabled" data-name="{{ data.name }}" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _ex( 'Cannot Install', 'theme' ); ?></a>
455-
<button class="button disabled"><?php echo esc_html_x( 'Preview', 'verb, theme install action button' ); ?></button>
455+
<button class="button disabled"><?php echo esc_html_x( 'Preview', 'verb' ); ?></button>
456456
<# } #>
457457
<# } #>
458458
</div>

0 commit comments

Comments
 (0)