Skip to content

Commit

Permalink
Updated tooltip (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
bklaing2 authored Dec 13, 2023
1 parent 63cf389 commit 1d5c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/doi.org/[...doi].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ const WorkPage: React.FunctionComponent<Props> = ({ doi, metadata }) => {
links={[
{
title: 'Related Works (CSV)',
helpText: 'Includes descriptions and formatted citations in APA style for up to 200 DOIs associated with this organization.',
helpText: `Includes descriptions and formatted citations in APA style for up to 200 DOIs associated with this ${isProject(work) ? 'project' : 'work'}.`,
type: 'doi/related-works',
}
]}
Expand Down

0 comments on commit 1d5c6a7

Please sign in to comment.