Skip to content

Commit

Permalink
locale
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 12, 2024
1 parent a09a4b3 commit 7b986f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/SearchFullUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const InnerSearchFullUI = ({
? totalSequences.toLocaleString()
: oldCount !== null
? oldCount.toLocaleString()
: initialCount}{' '}
: initialCount.toLocaleString()}{' '}
sequence
{totalSequences === 1 ? '' : 's'}
{detailsHook.isLoading ||
Expand Down

0 comments on commit 7b986f7

Please sign in to comment.