Skip to content

Commit

Permalink
Update block option label to match the setting option label
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho committed Apr 7, 2020
1 parent 0afc0e6 commit 9e736a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ registerBlockType( 'syntaxhighlighter/code', {
wp.element.createElement(
ToggleControl,
{
label: __( 'Quick code', 'syntaxhighlighter' ),
label: __( 'Enable edit mode on double click', 'syntaxhighlighter' ),
checked: quickCode,
onChange: ( quickCode ) => setAttributes( { quickCode } ),
}
Expand Down

0 comments on commit 9e736a0

Please sign in to comment.