Skip to content

Commit

Permalink
wording and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera authored and scruffian committed Jul 29, 2022
1 parent eee0ca4 commit 8535212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-create-block-theme-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ function create_admin_form_page() {
<label>
<input value="variation" type="radio" name="theme[type]" class="regular-text code" onchange="toggleForm( 'new_variation_metadata_form', false );" />
<?php _e('Create a style variation ', 'create-block-theme'); ?><br />
<?php printf( esc_html__('[Saves user changes as a style variation of %1$s.]', 'create-block-theme'), esc_html( wp_get_theme()->get('Name') ) ); ?>
<?php printf( esc_html__('[Save user changes as a style variation of %1$s.]', 'create-block-theme'), esc_html( wp_get_theme()->get('Name') ) ); ?>
</label>
<br /><br />

Expand Down

0 comments on commit 8535212

Please sign in to comment.