Skip to content

Commit

Permalink
Rename ToolsPanel to "Display"
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 24, 2024
1 parent 4de6e7b commit b740b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function QueryInspectorControls( props ) {
{ ! inherit && showDisplayPanel && (
<ToolsPanel
className="block-library-query-toolspanel__display"
label={ __( 'Display Settings' ) }
label={ __( 'Display' ) }
resetAll={ () => {
setQuery( {
offset: 0,
Expand Down

0 comments on commit b740b8d

Please sign in to comment.