aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-08-22 02:42:14 +0800
committerGitHub <noreply@github.com>2019-08-22 02:42:14 +0800
commitef3859ff775e9f36869fcce80eee388039adb2af (patch)
tree981477e4c56f4adb23ce41b5bea73a20af0b718f /app/_locales
parentf9c0bdda3205c27c4e96dae53276eba106e660bc (diff)
downloadtangerine-wallet-browser-ef3859ff775e9f36869fcce80eee388039adb2af.tar.gz
tangerine-wallet-browser-ef3859ff775e9f36869fcce80eee388039adb2af.tar.zst
tangerine-wallet-browser-ef3859ff775e9f36869fcce80eee388039adb2af.zip
Add toggle for incoming transactions (#7049)
Diffstat (limited to 'app/_locales')
-rw-r--r--app/_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 2b957129d..86bc1397b 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1,4 +1,10 @@
{
+ "showIncomingTransactions": {
+ "message": "Show Incoming Transactions"
+ },
+ "showIncomingTransactionsDescription": {
+ "message": "Select this to use Etherscan to show incoming transactions in the transactions list"
+ },
"exposeAccounts": {
"message": "Expose Accounts"
},