diff options
author | Dan <danjm.com@gmail.com> | 2018-05-25 03:57:33 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-05-25 03:57:33 +0800 |
commit | 5bb399e55a819d52f2742e3491d50547be435a97 (patch) | |
tree | df4e7f579f3a28602b84f79c443ca4d97ff03a53 /app/_locales | |
parent | 1405237479621d7258468e6c7694415b0afbb045 (diff) | |
download | tangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.tar.gz tangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.tar.zst tangerine-wallet-browser-5bb399e55a819d52f2742e3491d50547be435a97.zip |
Display correct titles and subtitles on send token and editing send transaction screens.
Diffstat (limited to 'app/_locales')
-rw-r--r-- | app/_locales/en/messages.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index fa01fea24..d820739c8 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -253,6 +253,9 @@ "editAccountName": { "message": "Edit Account Name" }, + "editingTransaction": { + "message": "Make changes to your transaction" + }, "emailUs": { "message": "Email us!" }, @@ -756,6 +759,10 @@ "onlySendToEtherAddress": { "message": "Only send ETH to an Ethereum address." }, + "onlySendTokensToAccountAddress": { + "message": "Only send $1 to an Ethereum account address.", + "description": "displays token symbol" + }, "searchTokens": { "message": "Search Tokens" }, |