Skip to content

Commit 9e736a0

Browse files
author
Renatho De Carli Rosa
committed
Update block option label to match the setting option label
1 parent 0afc0e6 commit 9e736a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ registerBlockType( 'syntaxhighlighter/code', {
265265
wp.element.createElement(
266266
ToggleControl,
267267
{
268-
label: __( 'Quick code', 'syntaxhighlighter' ),
268+
label: __( 'Enable edit mode on double click', 'syntaxhighlighter' ),
269269
checked: quickCode,
270270
onChange: ( quickCode ) => setAttributes( { quickCode } ),
271271
}

0 commit comments

Comments
 (0)