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

Tweak copy for private transactions to remove mention of "Ethermine" least users (or Apple!) think this is about mining on the device #3399

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion AlphaWallet/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"settings.backupWallet.button.title" = "Back up this Wallet";
"settings.showSeedPhrase.button.title" = "Show Seed Phrase";
"settings.walletConnect.button.title" = "WalletConnect";
"settings.useEthermineNetwork.button.title" = "Use Ethermine for Ethereum";
"settings.useEthermineNetwork.button.title" = "Private ETH transactions";
"settings.language.useSystem.title" = "Use System Setting";
"settings.version.label.title" = "Version";
"settings.tokenScriptStandard.title" = "TokenScript Compatibility";
Expand Down
2 changes: 1 addition & 1 deletion AlphaWallet/Localization/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"settings.backupWallet.button.title" = "Hacer una copia de seguridad de este monedero";
"settings.showSeedPhrase.button.title" = "Show Seed Phrase";
"settings.walletConnect.button.title" = "WalletConnect";
"settings.useEthermineNetwork.button.title" = "Use Ethermine for Ethereum";
"settings.useEthermineNetwork.button.title" = "Private ETH transactions";
"settings.language.useSystem.title" = "Usar la configuración del sistema";
"settings.version.label.title" = "Versión";
"settings.tokenScriptStandard.title" = "Compatibilidad de TokenScript";
Expand Down
2 changes: 1 addition & 1 deletion AlphaWallet/Localization/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"settings.backupWallet.button.title" = "Back up this Wallet";
"settings.showSeedPhrase.button.title" = "Show Seed Phrase";
"settings.walletConnect.button.title" = "WalletConnect";
"settings.useEthermineNetwork.button.title" = "Use Ethermine for Ethereum";
"settings.useEthermineNetwork.button.title" = "Private ETH transactions";
"settings.language.useSystem.title" = "システム設定を使用";
"settings.version.label.title" = "バージョン";
"settings.tokenScriptStandard.title" = "TokenScript Compatibility";
Expand Down
2 changes: 1 addition & 1 deletion AlphaWallet/Localization/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"settings.backupWallet.button.title" = "Back up this Wallet";
"settings.showSeedPhrase.button.title" = "Show Seed Phrase";
"settings.walletConnect.button.title" = "WalletConnect";
"settings.useEthermineNetwork.button.title" = "Use Ethermine for Ethereum";
"settings.useEthermineNetwork.button.title" = "Private ETH transactions";
"settings.language.useSystem.title" = "시스템 설정 사용";
"settings.version.label.title" = "버전";
"settings.tokenScriptStandard.title" = "TokenScript Compatibility";
Expand Down
2 changes: 1 addition & 1 deletion AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"settings.backupWallet.button.title" = "备份此钱包";
"settings.showSeedPhrase.button.title" = "Show Seed Phrase";
"settings.walletConnect.button.title" = "WalletConnect";
"settings.useEthermineNetwork.button.title" = "Use Ethermine for Ethereum";
"settings.useEthermineNetwork.button.title" = "Private ETH transactions";
"settings.language.useSystem.title" = "使用系统设置";
"settings.version.label.title" = "版本";
"settings.tokenScriptStandard.title" = "TokenScript 兼容性";
Expand Down