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:
parent
54a5a117d5
commit
0e6c11a3b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user