We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d2830 commit 04422dfCopy full SHA for 04422df
1 file changed
src/wp-admin/theme-install.php
@@ -452,7 +452,7 @@
452
$aria_label = sprintf( _x( 'Cannot Install %s', 'theme' ), '{{ data.name }}' );
453
?>
454
<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>
+ <button class="button disabled"><?php echo esc_html_x( 'Preview', 'verb' ); ?></button>
456
<# } #>
457
458
</div>
0 commit comments