diff --git a/loc/en.json b/loc/en.json
index d3b712a36..c366e65bc 100644
--- a/loc/en.json
+++ b/loc/en.json
@@ -137,8 +137,7 @@
"ok_lnd": "OK, I have saved it.",
"text": "Please take a moment to write down this mnemonic phrase on a piece of paper. It's your backup you can use to restore the wallet on other device.",
"text_lnd": "Please save this wallet backup. It allows you to restore the wallet in case of loss.",
- "text_lnd2": "Don't use it for large amounts.",
- "text_lnd3": "This wallet is hosted by BlueWallet.",
+ "text_lnd2": "This wallet is hosted by BlueWallet.",
"title": "Your wallet is created"
},
"receive": {
diff --git a/screen/wallets/pleaseBackupLNDHub.js b/screen/wallets/pleaseBackupLNDHub.js
index f23fb89ef..8a81df3c8 100644
--- a/screen/wallets/pleaseBackupLNDHub.js
+++ b/screen/wallets/pleaseBackupLNDHub.js
@@ -60,8 +60,7 @@ const PleaseBackupLNDHub = () => {
{loc.pleasebackup.text_lnd}
- - {loc.pleasebackup.text_lnd2}
- {wallet.getBaseURI() === LightningCustodianWallet.defaultBaseUri && - {loc.pleasebackup.text_lnd3}}
+ {wallet.getBaseURI() === LightningCustodianWallet.defaultBaseUri && - {loc.pleasebackup.text_lnd2}}