aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en/messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r--app/_locales/en/messages.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index e2ce68b3b..875662cc5 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -84,7 +84,7 @@
"message": "Coinbase is the world’s most popular way to buy and sell bitcoin, ethereum, and litecoin."
},
"ok": {
- message: "Ok"
+ "message": "Ok"
},
"cancel": {
"message": "Cancel"
@@ -282,6 +282,9 @@
"from": {
"message": "From"
},
+ "to": {
+ "message": "To: "
+ },
"fromToSame": {
"message": "From and To address cannot be the same"
},
@@ -412,6 +415,9 @@
"knowledgeDataBase": {
"message": "Visit our Knowledge Base"
},
+ "max": {
+ "message": "Max"
+ },
"lessThanMax": {
"message": "must be less than or equal to $1.",
"description": "helper for inputting hex as decimal input"
@@ -684,9 +690,15 @@
"sendTokens": {
"message": "Send Tokens"
},
+ "onlySendToEtherAddress": {
+ "message": "Only send to an Ethereum address."
+ },
"sendTokensAnywhere": {
"message": "Send Tokens to anyone with an Ethereum account"
},
+ "required": {
+ "Required"
+ },
"settings": {
"message": "Settings"
},