From 15faaa0cabbad25800066573b263772b76a326c3 Mon Sep 17 00:00:00 2001 From: Sri Ramana Date: Tue, 17 Sep 2024 13:06:27 -0700 Subject: [PATCH] remove period in translations for opt-out msg --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index b99f9400..50624d7f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -64,8 +64,8 @@ "ui.src.messages.consentTitlePrivacyPolicyNotice": "Our Privacy Policy Has Changed", "ui.src.messages.consentTitlePrivacyPolicyNoticeWithCloseButton": "Our Privacy Policy Has Changed", "ui.src.messages.doNotSellDescription": "

We do not disclose your personal information to third parties in exchange for monetary consideration. In some instances, however, we may disclose your personal information to third parties in exchange for other valuable consideration, such as to enhance our product offerings, display online targeted advertising, and in other ways which you can read about in our Privacy Notice.

By opting out below, we will not disclose your personal information to third parties in exchange for valuable consideration.

Please note that choices related to opting out of the disclosure of your personal information to third parties for valuable consideration (e.g., information stored in cookies) are specific to the browser or device where you are making the election.

", - "ui.src.messages.doNotSellOptedIn": "Switch the toggle to opt out.", - "ui.src.messages.doNotSellOptedOut": "Successfully opted out.", + "ui.src.messages.doNotSellOptedIn": "Switch the toggle to opt out", + "ui.src.messages.doNotSellOptedOut": "Successfully opted out", "ui.src.messages.moreChoicesButtonPrimary": "More choices", "ui.src.messages.noticeTitle": "This website processes personal data", "ui.src.messages.preferencesSaved": "Preferences Saved!",