Update src/components/search/SearchResults.tsx
Update SearchResults Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
06ee15f401
commit
bc35011232
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue