Skip to content

Commit

Permalink
feat: update new swap/transfer copywriting [FRE-480]
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Jan 12, 2024
1 parent 1b4fb90 commit a30412a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ function TransactionDialogContent({
/>
</svg>
) : (
<span>{route.doesSwap ? "Swap" : "Transfer"} Again</span>
<span>Create New {route.doesSwap ? "Swap" : "Transfer"}</span>
)}
</button>
) : (
Expand Down

0 comments on commit a30412a

Please sign in to comment.