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 = () => {