From 932391d9e87e348c460d78b74db6ccac61239805 Mon Sep 17 00:00:00 2001
From: Audrey Hamelers <hamelers@ebi.ac.uk>
Date: Wed, 27 Oct 2021 15:53:51 +0100
Subject: [PATCH] Remove numbers from preprint FAQ

---
 .../user-guide/user-guide-pages/PreprintFaqs.jsx          | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/user-guide/user-guide-pages/PreprintFaqs.jsx b/app/components/user-guide/user-guide-pages/PreprintFaqs.jsx
index 681602b09..c8d2f5756 100644
--- a/app/components/user-guide/user-guide-pages/PreprintFaqs.jsx
+++ b/app/components/user-guide/user-guide-pages/PreprintFaqs.jsx
@@ -33,7 +33,7 @@ export const PreprintFaqs = () => (
             href="https://blog.europepmc.org/2018/07/preprints.html"
             target="_blank"
           >
-            indexed over 150,000 preprints
+            indexed preprints
           </A>
           {` from preprint servers including medRxiv, bioRxiv, Preprints.org, F1000R, ChemRxiv and Research Square. Europe PMC links articles to data behind the paper, citations, author ORCID identifiers, reviews and protocols.`}
         </p>
@@ -90,14 +90,14 @@ export const PreprintFaqs = () => (
       </H>
       <div>
         <p>
-          {`Europe PMC is not a publisher. Europe PMC is a discovery tool – by indexing preprints it allows access to the latest research alongside peer-reviewed studies, in one place. As of 19th June 2020, `}
+          {`Europe PMC is not a publisher. Europe PMC is a discovery tool – by indexing preprints it allows access to the latest research alongside peer-reviewed studies, in one place. Roughly one-third of preprints in Europe PMC have been `}
           <A
             href={`${europepmcUrl}/search?query=HAS_PUBLISHED_VERSION%3AY`}
             target="_blank"
           >
-            34.4% of preprints
+            matched to journal-published versions
           </A>
-          {` in Europe PMC (52,381 preprints) have been published by a journal.`}
+          {`.`}
         </p>
       </div>
       <H id="server">
-- 
GitLab