aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en/messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r--app/_locales/en/messages.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 66f378ab8..94716a7ad 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1154,6 +1154,9 @@
"transactionError": {
"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."
+ },
"transactionMemo": {
"message": "Transaction memo (optional)"
},