Skip to content

Commit

Permalink
Merge pull request #4031 from 10up/fix/issue-4023
Browse files Browse the repository at this point in the history
Fix typo in "All filters" text domain
  • Loading branch information
felipeelia authored Dec 9, 2024
2 parents 8ba3d18 + d48539b commit 26e42e2
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 26e42e2

Please sign in to comment.