Skip to content
Snippets Groups Projects
Commit 7c081761 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Small text edit.

parent 827a036a
No related branches found
No related tags found
1 merge request!2412Improved UX for DOI button.
Pipeline #254166 passed
......@@ -109,7 +109,7 @@ const DatasetActions = React.memo(function VisitDatasetAction({data}) {
? !data.doi
? 'Assign a DOI'
: 'Dataset already has a DOI'
: 'Cannot create a DOI because the DataCite service is not enabled on this deployment.'
: 'Cannot create a DOI because the DataCite service is not enabled on this deployment'
return <React.Fragment>
{<Tooltip title={tooltip}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment