Skip to content

Commit

Permalink
Remove one occurrence of the verb Toggle from Zoom out control. (#65609)
Browse files Browse the repository at this point in the history
Co-authored-by: afercia <[email protected]>
Co-authored-by: getdave <[email protected]>
  • Loading branch information
3 people authored and gutenbergplugin committed Oct 21, 2024
1 parent a3c0d3c commit cfe6770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/zoom-out-toggle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ZoomOutToggle = ( { disabled } ) => {
disabled={ disabled }
onClick={ handleZoomOut }
icon={ zoomOutIcon }
label={ __( 'Toggle Zoom Out' ) }
label={ __( 'Zoom Out' ) }
isPressed={ isZoomOut }
size="compact"
showTooltip={ ! showIconLabels }
Expand Down

0 comments on commit cfe6770

Please sign in to comment.