From 67c5137ccf1a876266e04d59cfce7173f9223ed5 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Wed, 23 Aug 2023 19:50:05 +0200 Subject: [PATCH] Fix send button txt in payment overview screen --- src/screens/Payment/Send/CoinSelection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/Payment/Send/CoinSelection.tsx b/src/screens/Payment/Send/CoinSelection.tsx index 6b241ffa..f9f0092a 100644 --- a/src/screens/Payment/Send/CoinSelection.tsx +++ b/src/screens/Payment/Send/CoinSelection.tsx @@ -46,8 +46,8 @@ export default function CoinSelectionScreen({ navigation, route }: TCoinSelectio } const getBtnTxt = () => { if (isMelt) { return 'submitPaymentReq' } - if (isSwap) { return 'sendEcash' } - if (nostr) { return 'swapNow' } + if (isSwap) { return 'swapNow' } + if (nostr) { return 'sendEcash' } return 'createToken' } const getRecipient = () => {