From be3e267e07315ffb849f2a96936c379b72d21b3f Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 21 Jun 2024 10:36:28 +0800 Subject: [PATCH] Update recipient existential alert (#36) --- src/components/transfer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/transfer.tsx b/src/components/transfer.tsx index 8692833..b926c33 100644 --- a/src/components/transfer.tsx +++ b/src/components/transfer.tsx @@ -147,7 +147,7 @@ export default function Transfer() { existentialDepositOnTargetChain.currency.decimals, )} ${existentialDepositOnTargetChain.currency.symbol} in your Recipient on ${ targetChainRef.current.name - } to keep an account alive.`} + } to keep an account open.`} ); }