Skip to content

Commit

Permalink
fix: Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed May 6, 2024
1 parent e051d9e commit fb984c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/common/BlockedAddress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export const BlockedAddress = ({ address }: { address?: string }): ReactElement
<Disclaimer
title="Blocked Address"
subtitle={displayAddress}
content="This address is blocked by the Safe interface, due to being associated with the blocked activities by
the U.S. Department of Treasury in the Specially Designated Nationals (SDN) list."
content="The above address is part of the OFAC SDN list and the embedded swaps feature with CoW Swap is unavailable for sanctioned addresses."
onAccept={handleAccept}
/>
)
Expand Down

0 comments on commit fb984c7

Please sign in to comment.