Skip to content

Commit

Permalink
Remove toggle verb from post list data views (#66334)
Browse files Browse the repository at this point in the history
Co-authored-by: AhmarZaidi <[email protected]>
Co-authored-by: afercia <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent f57081e commit 8a7a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/post-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export default function PostList( { postType } ) {
size="compact"
isPressed={ quickEdit }
icon={ drawerRight }
label={ __( 'Toggle details panel' ) }
label={ __( 'Details panel' ) }
onClick={ () => {
history.push( {
...location.params,
Expand Down

0 comments on commit 8a7a381

Please sign in to comment.