Skip to content

Commit

Permalink
Inspector: Use "Adavanced" as a label for the advanced settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 3, 2017
1 parent 62fe451 commit 431ad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/sidebar/block-inspector/advanced-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BlockInspectorAdvancedControls extends Component {
}

return (
<PanelBody className="editor-advanced-controls" title={ __( 'Block Settings' ) }>
<PanelBody className="editor-advanced-controls" title={ __( 'Advanced' ) }>
{ false !== blockType.className &&
<InspectorControls.TextControl
label={ __( 'Additional CSS Class' ) }
Expand Down

0 comments on commit 431ad99

Please sign in to comment.