aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-10-21 12:57:45 +0800
committerkumavis <aaron@kumavis.me>2018-10-21 12:57:45 +0800
commit17a856cfd35a0e419524cf00e852be6c797b1e0b (patch)
tree43bc56f9a5677d7fb1e6d3167f4b8189582f09bb
parentfda101912bbb99f7f1adbac9856d34105390c408 (diff)
downloadtangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar.gz
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar.bz2
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar.lz
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar.xz
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.tar.zst
tangerine-wallet-browser-17a856cfd35a0e419524cf00e852be6c797b1e0b.zip
send tx - validate - simplify error message for attempting to call function on non-contract address
-rw-r--r--app/_locales/en/messages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 4cdf6b8dc..e2fb3fc13 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1176,7 +1176,7 @@
"message": "Transaction Error. Exception thrown in contract code."
},
"transactionErrorNoContract": {
- "message": "Trying to call a contract function at an address that is not a contract address."
+ "message": "Trying to call a function on a non-contract address."
},
"transactionMemo": {
"message": "Transaction memo (optional)"