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:
parent
1d0ef3e321
commit
f26d2db338
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -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…
Reference in New Issue
Block a user