FIX: Update text

This commit is contained in:
marcosrdz 2020-12-14 18:00:35 -05:00
parent 5b8768866f
commit 4aed5b44a0
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>