Skip to content

Commit

Permalink
tolowercase for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyooky committed Jul 25, 2023
1 parent 303a20e commit 9ffdb57
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ function Protocol({ protocol_url }) {

return (
<DetailPageSection id="protocols">
<SectionHeader iconTooltipText={`Protocols uploaded to protocols.io for the given ${entity_type}.`}>
<SectionHeader
iconTooltipText={`Protocols uploaded to protocols.io for the given ${entity_type?.toLowerCase()}.`}
>
Protocols
</SectionHeader>
<Divider />
Expand Down

0 comments on commit 9ffdb57

Please sign in to comment.