From 7f86bbc7ef07f2ef7ae6f5e9a5ba17bdcbcc397f Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Fri, 28 Sep 2018 10:08:07 +0300
Subject: [PATCH] style(orcid): update copy

---
 .../src/components/UserProfile/LinkOrcID.js               | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/components-faraday/src/components/UserProfile/LinkOrcID.js b/packages/components-faraday/src/components/UserProfile/LinkOrcID.js
index fef708f9e..b4609a112 100644
--- a/packages/components-faraday/src/components/UserProfile/LinkOrcID.js
+++ b/packages/components-faraday/src/components/UserProfile/LinkOrcID.js
@@ -17,9 +17,9 @@ import {
 
 const ORCIDLinkTooltip = () => (
   <Text secondary>
-    Hindawi is collecting your ORCID iD so we can ensure your work is
-    recognised. When you click the “Authorize” button, we will ask you to share
-    your iD using an authenticated process: either by{' '}
+    Hindawi is collecting and displaying your ORCID iD so we can ensure your
+    work is recognised. When you click the “Authorize” button, we will ask you
+    to share your iD using an authenticated process: either by{' '}
     <ActionLink to="https://support.orcid.org/knowledgebase/topics/141838">
       {' '}
       registering for an ORCID iD{' '}
@@ -37,7 +37,7 @@ const ORCIDDisplayTooltip = () => (
   <Text secondary>
     To acknowledge that you have used your iD and that it has been
     authenticated, we display the ORCID iD icon alongside your name on our
-    website/in our publications/in our database etc. Learn more in{' '}
+    website. Learn more in{' '}
     <ActionLink to="https://orcid.org/blog/2013/02/22/how-should-orcid-id-be-displayed">
       {' '}
       How should an ORCID iD be displayed
-- 
GitLab