mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: Update text
This commit is contained in:
parent
5b8768866f
commit
4aed5b44a0
2 changed files with 2 additions and 2 deletions
|
@ -401,7 +401,7 @@
|
|||
"list_tryagain": "Try again",
|
||||
"looks_like_bip38": "This looks like a password-protected private key (BIP38)",
|
||||
"reorder_title": "Reorder Wallets",
|
||||
"scan_in_progress": "Scan in progress",
|
||||
"please_continue_scanning": "Please continue scanning",
|
||||
"select_no_bitcoin": "There are currently no Bitcoin wallets available.",
|
||||
"select_no_bitcoin_exp": "A Bitcoin wallet is required to refill Lightning wallets. Please create or import one.",
|
||||
"select_wallet": "Select Wallet",
|
||||
|
|
|
@ -272,7 +272,7 @@ const ScanQRCode = () => {
|
|||
)}
|
||||
{urTotal > 0 && (
|
||||
<View style={[styles.progressWrapper, stylesHook.progressWrapper]} testID="UrProgressBar">
|
||||
<BlueText>{loc.wallets.scan_in_progress}</BlueText>
|
||||
<BlueText>{loc.wallets.please_continue_scanning}</BlueText>
|
||||
<BlueText>
|
||||
{urHave} / {urTotal}
|
||||
</BlueText>
|
||||
|
|
Loading…
Add table
Reference in a new issue