mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Clarify effect of autodetect tokens toggle (#17293)
* Clarify effect of autodetect tokens toggle * Fix test Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
This commit is contained in:
parent
e830176fc8
commit
c90d389b84
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -432,7 +432,7 @@
|
||||
"message": "Autodetect tokens"
|
||||
},
|
||||
"autoDetectTokensDescription": {
|
||||
"message": "We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want the app to pull data from those services. $1",
|
||||
"message": "We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want the app to automatically pull data from those services. $1",
|
||||
"description": "$1 is a link to a support article"
|
||||
},
|
||||
"autoLockTimeLimit": {
|
||||
|
@ -438,7 +438,7 @@ exports[`Security Tab should match snapshot 1`] = `
|
||||
>
|
||||
<span>
|
||||
|
||||
We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want the app to pull data from those services.
|
||||
We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want the app to automatically pull data from those services.
|
||||
<a
|
||||
href="https://consensys.net/privacy-policy/"
|
||||
rel="noopener noreferrer"
|
||||
|
Loading…
Reference in New Issue
Block a user