1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix typo.

This commit is contained in:
Kevin Serrano 2017-09-07 18:01:39 -07:00
parent 54a5a117d5
commit 0e6c11a3b5
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -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