diff options
author | Dan <danjm.com@gmail.com> | 2018-04-03 02:59:35 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-04-03 02:59:35 +0800 |
commit | 7ccf6163fd4dda52d4c75f57cb36d1f4b05b50ea (patch) | |
tree | 57c179fcdb4b120ef05ff0307defeafaf6b88e5d /app/_locales | |
parent | 1dc3c51b5445996e9111cabe863fb0eef65dcfc5 (diff) | |
download | tangerine-wallet-browser-7ccf6163fd4dda52d4c75f57cb36d1f4b05b50ea.tar.gz tangerine-wallet-browser-7ccf6163fd4dda52d4c75f57cb36d1f4b05b50ea.tar.zst tangerine-wallet-browser-7ccf6163fd4dda52d4c75f57cb36d1f4b05b50ea.zip |
Adds simulation failure error messages to confirm screen.
Diffstat (limited to 'app/_locales')
-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)" }, |