From ef3859ff775e9f36869fcce80eee388039adb2af Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 21 Aug 2019 16:12:14 -0230 Subject: Add toggle for incoming transactions (#7049) --- app/_locales/en/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/_locales') 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" }, -- cgit