diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-03-20 03:37:10 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-03-20 03:38:14 +0800 |
commit | f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c (patch) | |
tree | 773f4280aea9a217770a3bbe53121d4c727513ed /app | |
parent | 293ca6c9a630b939c97e4939e0416a57d8bad79c (diff) | |
download | tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar.gz tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar.bz2 tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar.lz tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar.xz tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.tar.zst tangerine-wallet-browser-f5b0d56b9d0b0ae0d4076ff296fdea87316fd32c.zip |
Add send screen template
Diffstat (limited to 'app')
-rw-r--r-- | app/_locales/en/messages.json | 14 |
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" }, |