Skip to content

Commit

Permalink
Update inspector panel title as per #40275.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Apr 27, 2022
1 parent b6d9525 commit 3ddc311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/table-of-contents/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default function TableOfContentsEdit( {

const inspectorControls = (
<InspectorControls>
<PanelBody title={ __( 'Table of Contents settings' ) }>
<PanelBody title={ __( 'Settings' ) }>
<ToggleControl
label={ __( 'Only include current page' ) }
checked={ onlyIncludeCurrentPage }
Expand Down

0 comments on commit 3ddc311

Please sign in to comment.