mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Update Snap privacy warning content (#20741)
* Update Snap privacy warning content * Update unit test * Remove translations
This commit is contained in:
parent
2af52bb8da
commit
b72df4386c
4
app/_locales/en/messages.json
generated
4
app/_locales/en/messages.json
generated
@ -4065,7 +4065,7 @@
|
|||||||
"message": "The snap didn't return any insight"
|
"message": "The snap didn't return any insight"
|
||||||
},
|
},
|
||||||
"snapsPrivacyWarningFirstMessage": {
|
"snapsPrivacyWarningFirstMessage": {
|
||||||
"message": "You acknowledge that the snap that you are about to install is a Third Party Service as defined in the Consensys $1. Your use of Third Party Services is governed by separate terms and conditions set forth by the Third Party Service provider. You access, rely upon or use the Third Party Service at your own risk. Consensys disclaims all responsibility and liability for any losses on account of your use of Third Party Services.",
|
"message": "You acknowledge that any Snap that you install is a Third Party Service, unless otherwise identified, as defined in the Consensys $1. Your use of Third Party Services is governed by separate terms and conditions set forth by the Third Party Service provider. Consensys does not recommend the use of any Snap by any particular person for any particular reason. You access, rely upon or use the Third Party Service at your own risk. Consensys disclaims all responsibility and liability for any losses on account of your use of Third Party Services.",
|
||||||
"description": "First part of a message in popup modal displayed when installing a snap for the first time. $1 is terms of use link."
|
"description": "First part of a message in popup modal displayed when installing a snap for the first time. $1 is terms of use link."
|
||||||
},
|
},
|
||||||
"snapsPrivacyWarningSecondMessage": {
|
"snapsPrivacyWarningSecondMessage": {
|
||||||
@ -4073,7 +4073,7 @@
|
|||||||
"description": "Second part of a message in popup modal displayed when installing a snap for the first time."
|
"description": "Second part of a message in popup modal displayed when installing a snap for the first time."
|
||||||
},
|
},
|
||||||
"snapsPrivacyWarningThirdMessage": {
|
"snapsPrivacyWarningThirdMessage": {
|
||||||
"message": "Consensys has no access to information you share with these third parties.",
|
"message": "Consensys has no access to information you share with Third Party Services.",
|
||||||
"description": "Third part of a message in popup modal displayed when installing a snap for the first time."
|
"description": "Third part of a message in popup modal displayed when installing a snap for the first time."
|
||||||
},
|
},
|
||||||
"snapsSettingsDescription": {
|
"snapsSettingsDescription": {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export const TERMS_OF_USE_LINK = 'https://consensys.net/terms-of-use/';
|
export const TERMS_OF_USE_LINK = 'https://consensys.io/terms-of-use/';
|
||||||
export const TERMS_OF_USE_LAST_UPDATED = '2023-03-25';
|
export const TERMS_OF_USE_LAST_UPDATED = '2023-03-25';
|
||||||
|
@ -21,7 +21,7 @@ describe('Snap Privacy Warning Popover', () => {
|
|||||||
).toBeInTheDocument();
|
).toBeInTheDocument();
|
||||||
expect(
|
expect(
|
||||||
screen.getByText(
|
screen.getByText(
|
||||||
'Consensys has no access to information you share with these third parties.',
|
'Consensys has no access to information you share with Third Party Services.',
|
||||||
),
|
),
|
||||||
).toBeInTheDocument();
|
).toBeInTheDocument();
|
||||||
expect(
|
expect(
|
||||||
|
Loading…
Reference in New Issue
Block a user