diff --git a/src/views/privacypolicy/privacypolicy.jsx b/src/views/privacypolicy/privacypolicy.jsx index e8ff02fe4..057b553f1 100644 --- a/src/views/privacypolicy/privacypolicy.jsx +++ b/src/views/privacypolicy/privacypolicy.jsx @@ -1,5 +1,4 @@ var React = require('react'); -var FormattedMessage = require('react-intl').FormattedMessage; var render = require('../../lib/render.jsx'); var Page = require('../../components/page/www/page.jsx'); var Box = require('../../components/box/box.jsx'); @@ -153,8 +152,8 @@ var Privacypolicy = React.createClass({ You can update your password, email address, and country through the Account Settings page. You can also reset your password through the - Account Reset - page. You cannot change your username, but you can make a new + Account Reset + page. You cannot change your username, but you can make a new account and manually copy your projects to the new account.

@@ -184,7 +183,7 @@ var Privacypolicy = React.createClass({ on the Scratch website. We encourage you to review our Privacy Policy on a regular basis.

- + ); }