From f2c4c8b86316303a98702d83eac0731942eee706 Mon Sep 17 00:00:00 2001
From: Francesco Talo <ftalo@ebi.ac.uk>
Date: Thu, 17 Jun 2021 16:30:40 +0100
Subject: [PATCH] Changing ORCID labels

---
 app/components/orcid-claim/OrcidClaim.jsx           | 2 +-
 app/components/submission-wizard/SubmitComplete.jsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/orcid-claim/OrcidClaim.jsx b/app/components/orcid-claim/OrcidClaim.jsx
index 4d75de702..e9c1f4bee 100644
--- a/app/components/orcid-claim/OrcidClaim.jsx
+++ b/app/components/orcid-claim/OrcidClaim.jsx
@@ -45,7 +45,7 @@ const DefaultShowComponent = ({ onClick, isLoading }) => (
   <Button className="orcid-component" disabled={isLoading} onClick={onClick}>
     <BtnContentContainer>
       {isLoading ? <LoadingIcon /> : <BtnIcon src={orcidIcon} />}
-      <BtnText> Claim manuscript with ORCID</BtnText>
+      <BtnText> Claim manuscript with ORCID (the operation could take up to few minutes depending on the amount of works in your profile)</BtnText>
     </BtnContentContainer>
   </Button>
 )
diff --git a/app/components/submission-wizard/SubmitComplete.jsx b/app/components/submission-wizard/SubmitComplete.jsx
index b511283b0..f039adec5 100644
--- a/app/components/submission-wizard/SubmitComplete.jsx
+++ b/app/components/submission-wizard/SubmitComplete.jsx
@@ -185,7 +185,7 @@ class SubmitComplete extends React.Component {
                       {this.state.error && (
                         <Notification type="error">
                           There was an issue linking the submission to your
-                          ORCID iD. Please contact the Helpdesk
+                          ORCID iD. Please make another attempt and if it keeps failing contact the Helpdesk
                         </Notification>
                       )}
                     </div>
-- 
GitLab