Browse Source

Fixed typo

Oleh T 7 years ago
parent
commit
771b58800a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/pages/report.js

+ 2 - 2
client/pages/report.js

@@ -19,8 +19,8 @@ const ReportPage = () => (
     <Wrapper>
     <Wrapper>
       <h3>Report abuse</h3>
       <h3>Report abuse</h3>
       <p>
       <p>
-        Report abuses, malware and phishing links to the below email address. We we will take them
-        down within 12 hours.
+        Report abuses, malware and phishing links to the below email address. We will take them down
+        within 12 hours.
       </p>
       </p>
       <p>{REPORT_EMAIL}</p>
       <p>{REPORT_EMAIL}</p>
     </Wrapper>
     </Wrapper>