diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index eec759e51c3..40485586337 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -668,7 +668,8 @@ "see-results": "See all results for {{searchQuery}}", "no-tutorials": "No tutorials found", "try": "Looking for something? Try the search bar on this page.", - "no-results": "We could not find anything relating to <0>{{query}}" + "no-results": "We could not find anything relating to <0>{{query}}", + "result-list": "Search results" }, "misc": { "offline": "You appear to be offline, your progress may not be saved", diff --git a/client/src/components/search/searchBar/search-hits.tsx b/client/src/components/search/searchBar/search-hits.tsx index 3ed927d6db9..da2413206ab 100644 --- a/client/src/components/search/searchBar/search-hits.tsx +++ b/client/src/components/search/searchBar/search-hits.tsx @@ -63,7 +63,11 @@ const CustomHits = connectHits( return (
-