Skip to content

Commit

Permalink
Zoom out mode: translate toolbar delete button (WordPress#63476)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: MaggieCabrera <[email protected]>
  • Loading branch information
3 people authored and carstingaxion committed Jul 18, 2024
1 parent aa14104 commit a62a4be
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

0 comments on commit a62a4be

Please sign in to comment.