From 8088046ddf8bfa05ee4c99f2d03bf765f51d0f97 Mon Sep 17 00:00:00 2001 From: ncoelho Date: Mon, 4 Jan 2021 16:13:45 +0000 Subject: [PATCH] REF: Copy --- loc/en.json | 3 +-- screen/wallets/pleaseBackupLNDHub.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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}}