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 Sep 24, 2024
1 parent 4f5380e commit 1def0f6
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 @@ -40,7 +40,7 @@ const ZoomOutToggle = () => {
<Button
onClick={ handleZoomOut }
icon={ zoomOutIcon }
label={ __( 'Toggle Zoom Out' ) }
label={ __( 'Zoom Out' ) }
isPressed={ isZoomOut }
size="compact"
showTooltip={ ! showIconLabels }
Expand Down

1 comment on commit 1def0f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 1def0f6.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11013999543
📝 Reported issues:

Please sign in to comment.