Update src/components/search/SearchResults.tsx
Update SearchResults Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -335,7 +335,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
|
||||
/>
|
||||
|
||||
{allEmpty && !isLoading && (
|
||||
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty')}"{query}"</div>
|
||||
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)</div>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user