mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update privacy page text (#13795)
This commit is contained in:
parent
f52fbd4684
commit
658f0be63f
3
app/_locales/en/messages.json
generated
3
app/_locales/en/messages.json
generated
@ -3708,6 +3708,9 @@
|
|||||||
"useTokenDetectionDescription": {
|
"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."
|
"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": {
|
"usedByClients": {
|
||||||
"message": "Used by a variety of different clients"
|
"message": "Used by a variety of different clients"
|
||||||
},
|
},
|
||||||
|
@ -67,7 +67,7 @@ export default function PrivacySettings() {
|
|||||||
{t('etherscan')}
|
{t('etherscan')}
|
||||||
</a>,
|
</a>,
|
||||||
<a
|
<a
|
||||||
href="https://cn.etherscan.com/privacyPolicy"
|
href="https://etherscan.io/privacyPolicy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
key="privacyMsg"
|
key="privacyMsg"
|
||||||
@ -103,7 +103,7 @@ export default function PrivacySettings() {
|
|||||||
value={turnOnTokenDetection}
|
value={turnOnTokenDetection}
|
||||||
setValue={setTurnOnTokenDetection}
|
setValue={setTurnOnTokenDetection}
|
||||||
title={t('turnOnTokenDetection')}
|
title={t('turnOnTokenDetection')}
|
||||||
description={t('useTokenDetectionDescription')}
|
description={t('useTokenDetectionPrivacyDesc')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Button type="primary" rounded onClick={handleSubmit}>
|
<Button type="primary" rounded onClick={handleSubmit}>
|
||||||
|
Loading…
Reference in New Issue
Block a user