mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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
f4391bb5c4
commit
45fa923814
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -431,7 +431,7 @@
|
|||||||
"message": "Autodetect tokens"
|
"message": "Autodetect tokens"
|
||||||
},
|
},
|
||||||
"autoDetectTokensDescription": {
|
"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"
|
"description": "$1 is a link to a support article"
|
||||||
},
|
},
|
||||||
"autoLockTimeLimit": {
|
"autoLockTimeLimit": {
|
||||||
|
@ -438,7 +438,7 @@ exports[`Security Tab should match snapshot 1`] = `
|
|||||||
>
|
>
|
||||||
<span>
|
<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
|
<a
|
||||||
href="https://consensys.net/privacy-policy/"
|
href="https://consensys.net/privacy-policy/"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
Loading…
Reference in New Issue
Block a user