diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-04-03 06:26:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 06:26:46 +0800 |
commit | 8cd2022169f50607812d1f36d408c098c0dc29ed (patch) | |
tree | ea1644f5cc5470452b9d895e47f6edda17a1549b /app | |
parent | 331b62a6a2450aa5be6881877f5312a70ea92e63 (diff) | |
parent | 7ccf6163fd4dda52d4c75f57cb36d1f4b05b50ea (diff) | |
download | tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar.gz tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar.bz2 tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar.lz tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar.xz tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.tar.zst tangerine-wallet-browser-8cd2022169f50607812d1f36d408c098c0dc29ed.zip |
Merge pull request #3825 from danjm/i3668-warnusertxsimulationfails
Add simulation failure errors while improve send error handling on confirm screen
Diffstat (limited to 'app')
-rw-r--r-- | app/_locales/en/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 3e469cf44..34575b4dd 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -826,6 +826,9 @@ "transactions": { "message": "transactions" }, + "transactionError": { + "message": "Transaction Error. Exception thrown in contract code." + }, "transactionMemo": { "message": "Transaction memo (optional)" }, |