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

feature/default_network_editable
ryanml 2 years ago committed by GitHub
parent 1d0ef3e321
commit f26d2db338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/_locales/en/messages.json

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

Loading…
Cancel
Save