Skip to content

Commit

Permalink
Fix send button txt in payment overview screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Aug 23, 2023
1 parent 91cb614 commit 67c5137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Payment/Send/CoinSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 67c5137

Please sign in to comment.