Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Sep 23, 2024
1 parent 3b0b731 commit 4a882f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/variation-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const VariationPicker = props => {
const {
icon = layout,
label = __( 'Choose variation' ), // Dev note: no text domain here since this will use WP's translation.
instructions = __( 'Select a variation to start with.' ), // Dev note: no text domain here since this will use WP's translation.
instructions = __( 'Select a variation to start with.', i18n ),
variations,
onSelect,
allowSkip,
Expand Down

0 comments on commit 4a882f3

Please sign in to comment.