Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply text changes #5433

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down Expand Up @@ -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";
Expand Down