Skip to content

Commit

Permalink
Use reset to mimic ResetFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 15, 2023
1 parent 141d4a4 commit 4210db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/dataviews/in-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default ( { filter, view, onChangeView } ) => {
} ) )
}
>
{ __( 'Remove' ) }
{ __( 'Reset' ) }
</DropdownMenuItemV2>
</DropdownMenuV2>
);
Expand Down

0 comments on commit 4210db3

Please sign in to comment.