Skip to content
Next Next commit
File block
  • Loading branch information
jasmussen committed Apr 12, 2022
commit 2dd79583f99e0f069bb1a9a8a2ceb50399e0c5b6
4 changes: 1 addition & 3 deletions packages/block-library/src/file/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function FileBlockInspector( {
) }
</PanelBody>
) }
<PanelBody title={ __( 'Text link settings' ) }>
<PanelBody title={ __( 'Settings' ) }>
<SelectControl
label={ __( 'Link to' ) }
value={ textLinkHref }
Expand All @@ -80,8 +80,6 @@ export default function FileBlockInspector( {
checked={ openInNewWindow }
onChange={ changeOpenInNewWindow }
/>
</PanelBody>
<PanelBody title={ __( 'Download button settings' ) }>
<ToggleControl
label={ __( 'Show download button' ) }
checked={ showDownloadButton }
Expand Down