diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 3a11bd6d6..a06459b45 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -4065,7 +4065,7 @@ "message": "The snap didn't return any insight" }, "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." }, "snapsPrivacyWarningSecondMessage": { @@ -4073,7 +4073,7 @@ "description": "Second part of a message in popup modal displayed when installing a snap for the first time." }, "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." }, "snapsSettingsDescription": { diff --git a/shared/constants/terms.js b/shared/constants/terms.js index 40521fa59..743750756 100644 --- a/shared/constants/terms.js +++ b/shared/constants/terms.js @@ -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'; diff --git a/ui/components/app/snaps/snap-privacy-warning/snap-privacy-warning.test.js b/ui/components/app/snaps/snap-privacy-warning/snap-privacy-warning.test.js index 35f426b50..84b29298b 100644 --- a/ui/components/app/snaps/snap-privacy-warning/snap-privacy-warning.test.js +++ b/ui/components/app/snaps/snap-privacy-warning/snap-privacy-warning.test.js @@ -21,7 +21,7 @@ describe('Snap Privacy Warning Popover', () => { ).toBeInTheDocument(); expect( 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(); expect(