aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-03-20 03:02:34 +0800
committerDan Finlay <dan@danfinlay.com>2018-03-20 03:03:35 +0800
commit293ca6c9a630b939c97e4939e0416a57d8bad79c (patch)
tree195a1e843dc57dd91dff51ef318a36073f27daa4 /app/_locales
parent2e7d4db2dec000d31ad967400d25b46aabf70e29 (diff)
downloadtangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar.gz
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar.bz2
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar.lz
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar.xz
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.tar.zst
tangerine-wallet-browser-293ca6c9a630b939c97e4939e0416a57d8bad79c.zip
Add template for settings and info
Diffstat (limited to 'app/_locales')
-rw-r--r--app/_locales/en/messages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index cbc6b3a3c..e2ce68b3b 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -619,6 +619,9 @@
"ropsten": {
"message": "Ropsten Test Network"
},
+ "currentRpc": {
+ "message": "Current RPC"
+ },
"connectingToMainnet": {
"message": "Connecting to Main Ethereum Network"
},
@@ -687,6 +690,9 @@
"settings": {
"message": "Settings"
},
+ "info": {
+ "message": "Info"
+ },
"shapeshiftBuy": {
"message": "Buy with Shapeshift"
},
@@ -723,6 +729,9 @@
"stateLogsDescription": {
"message": "State logs contain your public account addresses and sent transactions."
},
+ "stateLogError": {
+ "message": "Error in retrieving state logs."
+ },
"submit": {
"message": "Submit"
},