From b0eb5248fb946bbdcb1e55b663218ecbd89e2d83 Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 8 Mar 2024 10:13:26 +0100 Subject: [PATCH] chore: update post condition allow copy --- .../post-condition-mode-warning.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/features/stacks-transaction-request/post-condition-mode-warning.tsx b/src/app/features/stacks-transaction-request/post-condition-mode-warning.tsx index 9d1277b33a6..93252b34016 100644 --- a/src/app/features/stacks-transaction-request/post-condition-mode-warning.tsx +++ b/src/app/features/stacks-transaction-request/post-condition-mode-warning.tsx @@ -9,7 +9,11 @@ export function PostConditionModeWarning(): React.JSX.Element | null { if (mode !== PostConditionMode.Allow) return null; return ( - + If you confirm, you allow it to transfer any of your tokens. Only confirm if you trust and have verified the contract.