aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/add-token.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/add-token.js b/ui/app/add-token.js
index 177adc572..18adc7eb5 100644
--- a/ui/app/add-token.js
+++ b/ui/app/add-token.js
@@ -206,7 +206,7 @@ AddTokenScreen.prototype.validateInputs = function () {
const ownAddress = identitiesList.includes(standardAddress)
if (ownAddress) {
- msg = 'Personal address detected. Input the token contact address.'
+ msg = 'Personal address detected. Input the token contract address.'
}
const isValid = validAddress && validDecimals && !ownAddress