aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-27 05:55:30 +0800
committerGitHub <noreply@github.com>2018-03-27 05:55:30 +0800
commitb0fae2ca392f38952cd01f26bfc4886b601baf17 (patch)
tree6fd66408298259d3c47d1730d3de60ddc842bb43 /app/_locales
parentec3cca03fe68e9ddd7c0e326b916eb8e91087db4 (diff)
parentd4047ccf42b3590e98ee638ec71e353351e848ec (diff)
downloadtangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar.gz
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar.bz2
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar.lz
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar.xz
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.tar.zst
tangerine-wallet-browser-b0fae2ca392f38952cd01f26bfc4886b601baf17.zip
Merge pull request #3710 from danjm/i3326-addtokenscreendesignupdate
Updates Add token screen to latest design.
Diffstat (limited to 'app/_locales')
-rw-r--r--app/_locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index c64b7248b..0bfa992b4 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -171,6 +171,9 @@
"customGas": {
"message": "Customize Gas"
},
+ "customToken": {
+ "message": "Custom Token"
+ },
"customize": {
"message": "Customize"
},
@@ -415,6 +418,9 @@
"message": "JSON File",
"description": "format for importing an account"
},
+ "keepTrackTokens": {
+ "message": "Keep track of the tokens you’ve bought with your MetaMask account."
+ },
"kovan": {
"message": "Kovan Test Network"
},
@@ -424,6 +430,9 @@
"max": {
"message": "Max"
},
+ "learnMore": {
+ "message": "Learn more."
+ },
"lessThanMax": {
"message": "must be less than or equal to $1.",
"description": "helper for inputting hex as decimal input"
@@ -564,6 +573,9 @@
"pleaseReviewTransaction": {
"message": "Please review your transaction."
},
+ "popularTokens": {
+ "message": "Popular Tokens"
+ },
"privacyMsg": {
"message": "Privacy Policy"
},
@@ -702,6 +714,9 @@
"onlySendToEtherAddress": {
"message": "Only send ETH to an Ethereum address."
},
+ "searchTokens": {
+ "message": "Search Tokens"
+ },
"sendTokensAnywhere": {
"message": "Send Tokens to anyone with an Ethereum account"
},