diff --git a/src/screens/Settings/Backup/Result.tsx b/src/screens/Settings/Backup/Result.tsx
index c5b3a8ec1..574af77dc 100644
--- a/src/screens/Settings/Backup/Result.tsx
+++ b/src/screens/Settings/Backup/Result.tsx
@@ -1,8 +1,8 @@
import React, { memo, ReactElement } from 'react';
import { StyleSheet, View } from 'react-native';
-import { useTranslation } from 'react-i18next';
+import { Trans, useTranslation } from 'react-i18next';
-import { Text01S } from '../../../styles/text';
+import { Text01B, Text01S } from '../../../styles/text';
import BottomSheetNavigationHeader from '../../../components/BottomSheetNavigationHeader';
import SafeAreaInset from '../../../components/SafeAreaInset';
import GradientView from '../../../components/GradientView';
@@ -28,7 +28,11 @@ const Result = ({ navigation }: BackupScreenProps<'Result'>): ReactElement => {
- {t('mnemonic_result_text')}
+ }}
+ />
diff --git a/src/utils/i18n/locales/en/lightning.json b/src/utils/i18n/locales/en/lightning.json
index 9a96e8a5a..c4731d232 100644
--- a/src/utils/i18n/locales/en/lightning.json
+++ b/src/utils/i18n/locales/en/lightning.json
@@ -11,7 +11,7 @@
"error_channel_fee": "Fee estimation error",
"spending_money": "Spending\nMoney.",
"spending_balance": "Spending\nBalance.",
- "enter_money": "Enter the amount of money you want to be able to spend instantly.",
+ "enter_money": "Enter the amount of bitcoin you want to be able to spend instantly.",
"enter_amount": "Choose how much bitcoin you want to be able to spend instantly and how much you want to keep in savings.",
"spending": "Spending",
"savings": "Savings",
@@ -25,7 +25,7 @@
"connect_swipe_pay": "Swipe To Pay & Connect",
"spending_header": "Spending Money.",
"receiving_header": "Receiving Money.",
- "spending_amount_bitcoin": "Choose how much bitcoin you want to have available as your instant spending balance.",
+ "spending_amount_bitcoin": "Choose how much bitcoin you want to be able to spend instantly.",
"receiving_amount_money": "Choose how much money you want to be able to receive instantly.",
"receiving_amount_bitcoin": "Enter the amount of Bitcoin you want to be able to receive instantly.",
"enter_custom_amount": "Enter Amount",
diff --git a/src/utils/i18n/locales/en/security.json b/src/utils/i18n/locales/en/security.json
index 837188e72..977801448 100644
--- a/src/utils/i18n/locales/en/security.json
+++ b/src/utils/i18n/locales/en/security.json
@@ -23,7 +23,7 @@
"mnemonic_confirm": "Confirm Recovery Phrase",
"mnemonic_confirm_tap": "Tap the 12 words in the correct order.",
"mnemonic_result_header": "Successful",
- "mnemonic_result_text": "Make sure you store your recovery phrase in a secure place, as this is the only way to recover your money (!)",
+ "mnemonic_result_text": "Make sure you store your recovery phrase in a secure place, as this is the only way to recover your money (!)",
"mnemonic_keep_header": "Keep It Secret",
"mnemonic_keep_text": "Remember, never share your recovery phrase with anyone! If someone has access to your recovery phrase they can steal your money, profile and other data.",
"mnemonic_data_header": "Wallet Data",
diff --git a/src/utils/i18n/locales/en/wallet.json b/src/utils/i18n/locales/en/wallet.json
index d67e4eb3b..a611d1868 100644
--- a/src/utils/i18n/locales/en/wallet.json
+++ b/src/utils/i18n/locales/en/wallet.json
@@ -172,8 +172,8 @@
"boost_fee_recomended": "Your transaction may settle faster if you include an additional network fee. Here is a recommendation:",
"boost_recomended_button": "Use Suggested Fee",
"boost_swipe": "Swipe To Boost",
- "payment_received": "Payment Received",
- "instant_payment_received": "Instant Payment Received",
+ "payment_received": "Received Bitcoin",
+ "instant_payment_received": "Received Instant Bitcoin",
"payment_confirming": "Confirming",
"error_create_tx": "Transaction Creation Failed",
"error_broadcast_tx": "Transaction Broadcast Failed",