Skip to content

Commit

Permalink
chore: update post condition allow copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 18, 2024
1 parent 7f72f15 commit b0eb524
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export function PostConditionModeWarning(): React.JSX.Element | null {
if (mode !== PostConditionMode.Allow) return null;

return (
<Callout variant="warning" mb="space.05" title="This transaction is not secure">
<Callout
variant="warning"
mb="space.05"
title="This transaction can transfer any of your assets"
>
If you confirm, you allow it to transfer any of your tokens. Only confirm if you trust and
have verified the contract.
</Callout>
Expand Down

0 comments on commit b0eb524

Please sign in to comment.