Skip to content

Commit

Permalink
Fix typo in "All filters" text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 9, 2024
1 parent 8ba3d18 commit d48539b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default ({ isOpen, onClick }) => {
onClick={onClick}
type="button"
>
{isOpen ? __('Close filters', 'elasticpress') : __('All filters', 'elasticoress')}
{isOpen ? __('Close filters', 'elasticpress') : __('All filters', 'elasticpress')}
<Icon icon={isOpen ? chevronUp : chevronDown} />
</button>
);
Expand Down

0 comments on commit d48539b

Please sign in to comment.