* Add token verification message to swaps build quote screen
* Adds description for locale
* Use <a> tag for etherscan link
* Remove unnecessary span
* Update ui/app/pages/swaps/build-quote/build-quote.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
"message":"Multiple tokens can use the same name and symbol. Check Etherscan to verify this is the token you're looking for."
},
"swapViewToken":{
"swapViewToken":{
"message":"View $1"
"message":"View $1"
},
},
@ -2079,6 +2085,10 @@
"userName":{
"userName":{
"message":"Username"
"message":"Username"
},
},
"verifyThisTokenOn":{
"message":"Verify this token on $1",
"description":"Points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""