diff --git a/src/components/LightningChannel.tsx b/src/components/LightningChannel.tsx index a459d55b8..1c763ef1b 100644 --- a/src/components/LightningChannel.tsx +++ b/src/components/LightningChannel.tsx @@ -61,7 +61,7 @@ const LightningChannel = ({ )} - + - + - + {t('spending_confirm.network_fee')} - + {t('spending_confirm.lsp_fee')} @@ -114,13 +114,13 @@ const SpendingConfirm = ({ - + {t('spending_confirm.amount')} - + {t('spending_confirm.total')} diff --git a/src/screens/Wallets/Receive/ReceiveQR.tsx b/src/screens/Wallets/Receive/ReceiveQR.tsx index 2ba63323c..54b549b11 100644 --- a/src/screens/Wallets/Receive/ReceiveQR.tsx +++ b/src/screens/Wallets/Receive/ReceiveQR.tsx @@ -631,7 +631,7 @@ const ReceiveQR = ({ color="purple" isEnabled={enableInstant} onPress={onToggleInstant} - testID="ReceiveInstantSwitch"> + testID="ReceiveInstantlySwitch"> {!enableInstant && } {t('receive_spending')}