1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Update privacy page text (#13795)

This commit is contained in:
dragana8 2022-03-07 18:37:54 +01:00 committed by GitHub
parent f52fbd4684
commit 658f0be63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -3708,6 +3708,9 @@
"useTokenDetectionDescription": {
"message": "We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you dont want MetaMask to pull data from those services."
},
"useTokenDetectionPrivacyDesc": {
"message": "Automatically displaying tokens sent to your account involves communication with third party servers to fetch tokens images. Those serves will have access to your IP address."
},
"usedByClients": {
"message": "Used by a variety of different clients"
},

View File

@ -67,7 +67,7 @@ export default function PrivacySettings() {
{t('etherscan')}
</a>,
<a
href="https://cn.etherscan.com/privacyPolicy"
href="https://etherscan.io/privacyPolicy"
target="_blank"
rel="noreferrer"
key="privacyMsg"
@ -103,7 +103,7 @@ export default function PrivacySettings() {
value={turnOnTokenDetection}
setValue={setTurnOnTokenDetection}
title={t('turnOnTokenDetection')}
description={t('useTokenDetectionDescription')}
description={t('useTokenDetectionPrivacyDesc')}
/>
</div>
<Button type="primary" rounded onClick={handleSubmit}>