Update src/components/search/SearchResults.tsx

Update SearchResults

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Nathan G 2023-10-20 08:47:38 -07:00 committed by GitHub
parent 06ee15f401
commit bc35011232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
/>
{allEmpty && !isLoading && (
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty')}&quot;{query}&quot;</div>
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)</div>
)}
</>
)}