send tx - validate - simplify error message for attempting to call function on non-contract address

feature/default_network_editable
kumavis 6 years ago
parent fda101912b
commit 17a856cfd3
  1. 2
      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)"

Loading…
Cancel
Save