Skip to content

Commit

Permalink
Zoom out mode: translate toolbar delete button (#63476)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: MaggieCabrera <onemaggie@git.wordpress.org>
  • Loading branch information
3 people committed Jul 12, 2024
1 parent 9d30696 commit 64ea78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function ZoomOutToolbar( { clientId, rootClientId } ) {
<ToolbarButton
className="zoom-out-toolbar-button"
icon={ trash }
label="Delete"
label={ __( 'Delete' ) }
onClick={ () => {
removeBlock( clientId );
} }
Expand Down

1 comment on commit 64ea78e

@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 64ea78e.
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/9910247335
📝 Reported issues:

Please sign in to comment.