Skip to content
Snippets Groups Projects
Commit f2c4c8b8 authored by Francesco Talo's avatar Francesco Talo
Browse files

Changing ORCID labels

parent 2b0ecf4e
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
......@@ -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>
)
......
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment