From 7b986f75b7604bd8b07819b98948044155bb9444 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Fri, 12 Jul 2024 17:11:12 +0200 Subject: [PATCH] locale --- website/src/components/SearchPage/SearchFullUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/SearchPage/SearchFullUI.tsx b/website/src/components/SearchPage/SearchFullUI.tsx index dc18e78c04..10aa87b7d1 100644 --- a/website/src/components/SearchPage/SearchFullUI.tsx +++ b/website/src/components/SearchPage/SearchFullUI.tsx @@ -305,7 +305,7 @@ export const InnerSearchFullUI = ({ ? totalSequences.toLocaleString() : oldCount !== null ? oldCount.toLocaleString() - : initialCount}{' '} + : initialCount.toLocaleString()}{' '} sequence {totalSequences === 1 ? '' : 's'} {detailsHook.isLoading ||