From a30412ab4c014ad2bd86b34f15f012a2ea19505c Mon Sep 17 00:00:00 2001 From: Griko Nibras Date: Sat, 13 Jan 2024 00:05:28 +0700 Subject: [PATCH] feat: update new swap/transfer copywriting [FRE-480] --- src/components/TransactionDialog/TransactionDialogContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TransactionDialog/TransactionDialogContent.tsx b/src/components/TransactionDialog/TransactionDialogContent.tsx index 81d41ecb..821130db 100644 --- a/src/components/TransactionDialog/TransactionDialogContent.tsx +++ b/src/components/TransactionDialog/TransactionDialogContent.tsx @@ -391,7 +391,7 @@ function TransactionDialogContent({ /> ) : ( - {route.doesSwap ? "Swap" : "Transfer"} Again + Create New {route.doesSwap ? "Swap" : "Transfer"} )} ) : (