diff --git a/src/components/privacy-banner/privacy-banner.jsx b/src/components/privacy-banner/privacy-banner.jsx index a476c4f19..9c7aa4d3b 100644 --- a/src/components/privacy-banner/privacy-banner.jsx +++ b/src/components/privacy-banner/privacy-banner.jsx @@ -11,8 +11,8 @@ const jar = require('../../lib/jar.js'); require('./privacy-banner.scss'); -const PRIVACY_UPDATE_START_TIME = 1681826142976; // TODO: coordinate this later -const PRIVACY_UPDATE_END_TIME = 1713434255000; // TODO: see above +const PRIVACY_UPDATE_START_TIME = 1684987200000; // May 25 2023 0000 ET +const PRIVACY_UPDATE_END_TIME = 1686887999000; // Jun 15 2023 1159 ET class PrivacyBanner extends React.Component { constructor (props) { diff --git a/src/l10n.json b/src/l10n.json index 9d3be7a29..bc3931d68 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -452,5 +452,5 @@ "bluetooth.enableLocationServicesTitle": "Make sure you have location services enabled on Chromebooks or Android tablets", "bluetooth.enableLocationServicesText": "Bluetooth can be used to provide location data to the app. In addition to granting the Scratch App permission to access location, location must be enabled in your general device settings. Search for 'Location' in your settings, and make sure it is on. On Chromebooks search for 'Location' in the Google Play Store Android preferences.", - "privacyBanner.update": "The Scratch privacy policy has been updated, effective xx yy, 2023. You can see the new policy here." + "privacyBanner.update": "The Scratch privacy policy has been updated, effective May 25, 2023. You can see the new policy here." }