fix(privacy banner): add date, start and end times to banner

This commit is contained in:
cori hudson 2023-05-10 13:59:26 -04:00
parent 87d31611de
commit d99598eb94
2 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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 <a>here</a>."
"privacyBanner.update": "The Scratch privacy policy has been updated, effective May 25, 2023. You can see the new policy <a>here</a>."
}