Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored Aug 1, 2024
1 parent 5d1feb3 commit 19b8ebc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ function CommitAuthorBreakdown({orgId, projectSlug, version}: Props) {
<Collapsible
expandButton={({onExpand, numberOfHiddenItems}) => (
<Button priority="link" onClick={onExpand}>
{tn(
'Show %s other author',
'Show %s other authors',
numberOfHiddenItems
)}
{tn('Show %s other author', 'Show %s other authors', numberOfHiddenItems)}
</Button>
)}
>
Expand Down

0 comments on commit 19b8ebc

Please sign in to comment.