mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
REF: Copy
This commit is contained in:
parent
ac63b9e848
commit
8088046ddf
@ -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": {
|
||||
|
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user