Skip to content

Commit

Permalink
Change text on pattern reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 25, 2024
1 parent c83aeb9 commit f0c6b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export default function ReusableBlockEdit( {
disabled={ ! overrides }
__experimentalIsFocusable
>
{ __( 'Reset to original' ) }
{ __( 'Reset' ) }
</ToolbarButton>
</ToolbarGroup>
</BlockControls>
Expand Down

0 comments on commit f0c6b39

Please sign in to comment.