Update privacy page text (#13795)

feature/default_network_editable
dragana8 3 years ago committed by GitHub
parent f52fbd4684
commit 658f0be63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/_locales/en/messages.json
  2. 4
      ui/pages/onboarding-flow/privacy-settings/privacy-settings.js

@ -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 don’t 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 token’s images. Those serves will have access to your IP address."
},
"usedByClients": {
"message": "Used by a variety of different clients"
},

@ -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}>

Loading…
Cancel
Save