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

Fix stray space/period in Custom Token warning text (#15650)

This commit is contained in:
ryanml 2022-08-19 08:50:29 -07:00 committed by GitHub
parent 1d0ef3e321
commit f26d2db338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -838,7 +838,7 @@
"message": "Token detection is not available on this network yet. Please import token manually and make sure you trust it. Learn about $1"
},
"customTokenWarningInTokenDetectionNetwork": {
"message": "Before manually importing a token, make sure you trust it. Learn about $1."
"message": "Before manually importing a token, make sure you trust it. Learn about $1"
},
"customTokenWarningInTokenDetectionNetworkWithTDOFF": {
"message": "Make sure you trust a token before you import it. Learn how to avoid $1. You can also enable token detection $2."