We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769841f commit cd219f7Copy full SHA for cd219f7
1 file changed
apps/frontend/src/app/(content)/search/page.tsx
@@ -173,7 +173,7 @@ const SearchHeader = ({
173
if (loading) return '';
174
if (isSearch) {
175
// TODO: implement this with proper variable substitution for translations
176
- if (totalResults > 1) {
+ if (totalResults != 1) {
177
return `${totalResults.toLocaleString('en-UK')} results for "${query}"`;
178
}
179
return `1 result for "${query}"`;
0 commit comments