Skip to content

Commit

Permalink
Update wording from pattern to variation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLedesma committed Feb 13, 2020
1 parent 6690efd commit 9e6fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/form/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class FormEdit extends Component {
<__experimentalBlockVariationPicker
icon={ get( blockType, [ 'icon', 'src' ] ) }
label={ get( blockType, [ 'title' ] ) }
instructions={ __( 'Select a pattern to start with.', 'coblocks' ) }
instructions={ __( 'Select a variation to start with.', 'coblocks' ) }
variations={ variations }
allowSkip
onSelect={ ( nextVariation ) => blockVariationPickerOnSelect( nextVariation ) }
Expand Down

0 comments on commit 9e6fc33

Please sign in to comment.