From 315011ed86357cb1b21c4270410174a646c8aefc Mon Sep 17 00:00:00 2001 From: _imadia Date: Mon, 4 Dec 2023 10:20:02 +0400 Subject: [PATCH] Apply text changes --- .../UnstoppableWallet/en.lproj/Localizable.strings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UnstoppableWallet/UnstoppableWallet/en.lproj/Localizable.strings b/UnstoppableWallet/UnstoppableWallet/en.lproj/Localizable.strings index e96b72fb81..6b82f4b42b 100644 --- a/UnstoppableWallet/UnstoppableWallet/en.lproj/Localizable.strings +++ b/UnstoppableWallet/UnstoppableWallet/en.lproj/Localizable.strings @@ -377,7 +377,7 @@ "deposit.zcash.restore.already_own" = "Yes, I already own"; "deposit.zcash.restore.dont_have" = "No, I don’t have"; -"deposit.warning" = "Send only network-compatible tokens. Others will be lost."; +"deposit.warning" = "Network-compatible tokens only. Others will be lost."; "receive_network_select.title" = "Network"; "receive_network_select.description" = "Choose a network and get an address to receive."; @@ -1219,9 +1219,9 @@ "btc_blockchain_settings.restore_source.description" = "Choose the source Unstoppable app should use for synchronizing wallet(s)."; "btc_blockchain_settings.restore_source.alert" = "After changing Restore Source the wallet will have to resync itself with the %@ blockchain."; -"btc_restore_mode.blockchair" = "Fast, Private, Centralized"; -"btc_restore_mode.hybrid" = "API + Blockchain"; -"btc_restore_mode.blockchain" = "Slow, Private, Decentralized"; +"btc_restore_mode.blockchair" = "Fast, No Private"; +"btc_restore_mode.hybrid" = "Slow, No Private"; +"btc_restore_mode.blockchain" = "Slow, Private"; "btc_transaction_sort_mode.shuffle" = "Shuffle"; "btc_transaction_sort_mode.shuffle.description" = "Random Indexing";