Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farrah-deriv committed Apr 25, 2024
1 parent 07f4dd1 commit 7c18b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/FilterModal/FilterModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FilterModal = ({
},
{
component: <ToggleSwitch onChange={event => setIsMatching(event.target.checked)} value={isMatching} />,
subtext: 'Ads that match your Deriv P2P balance and limit.',
subtext: 'Ads that match your DerivP2P balance and limit.',
text: 'Matching ads',
},
];
Expand Down

0 comments on commit 7c18b7d

Please sign in to comment.