diff --git a/source/src/pages/Search.tsx b/source/src/pages/Search.tsx index 5a2d5dc..1254b05 100644 --- a/source/src/pages/Search.tsx +++ b/source/src/pages/Search.tsx @@ -300,7 +300,8 @@ function _Search() { doSearch() }} /> - {postCards.length} results + {postCards.length}{" "} + {postCards.length > 1 ? "results" : "result"}