From 76c003d85408a44d12bc5f4dbf7440aadf425fb2 Mon Sep 17 00:00:00 2001
From: The_Grits
Date: Mon, 16 May 2016 06:45:06 -0400
Subject: [PATCH] Lint fixes
---
src/views/privacypolicy/privacypolicy.jsx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
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.
-
+
);
}