Skip to content

Commit

Permalink
Add i18n (#23099)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean committed Jun 12, 2020
1 parent c0d5301 commit 0d96318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/box-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function BoxControl( {
onClick={ handleOnReset }
disabled={ ! isDirty }
>
Reset
{ __( 'Reset' ) }
</Button>
</FlexItem>
</Header>
Expand Down

0 comments on commit 0d96318

Please sign in to comment.