REF: Copy

This commit is contained in:
ncoelho 2021-01-04 16:13:45 +00:00
parent ac63b9e848
commit 8088046ddf
2 changed files with 2 additions and 4 deletions

View File

@ -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": {

View File

@ -60,8 +60,7 @@ const PleaseBackupLNDHub = () => {
<View>
<BlueTextCentered>{loc.pleasebackup.text_lnd}</BlueTextCentered>
<BlueSpacing20 />
<BlueText>- {loc.pleasebackup.text_lnd2}</BlueText>
{wallet.getBaseURI() === LightningCustodianWallet.defaultBaseUri && <BlueText>- {loc.pleasebackup.text_lnd3}</BlueText>}
{wallet.getBaseURI() === LightningCustodianWallet.defaultBaseUri && <BlueText>- {loc.pleasebackup.text_lnd2}</BlueText>}
</View>
<BlueSpacing20 />
<View style={styles.qrCodeContainer}>