Skip to content

Commit

Permalink
Use : in variation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Apr 15, 2024
1 parent 719e70b commit 18241d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { layout } from '@wordpress/icons';
function BlockVariationPicker( {
icon = layout,
label = __( 'Choose variation' ),
instructions = __( 'Select a variation to start with.' ),
instructions = __( 'Select a variation to start with:' ),
variations,
onSelect,
allowSkip,
Expand Down

0 comments on commit 18241d1

Please sign in to comment.