We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc0e6 commit 9e736a0Copy full SHA for 9e736a0
src/blocks.js
@@ -265,7 +265,7 @@ registerBlockType( 'syntaxhighlighter/code', {
265
wp.element.createElement(
266
ToggleControl,
267
{
268
- label: __( 'Quick code', 'syntaxhighlighter' ),
+ label: __( 'Enable edit mode on double click', 'syntaxhighlighter' ),
269
checked: quickCode,
270
onChange: ( quickCode ) => setAttributes( { quickCode } ),
271
}
0 commit comments