Remove the unused loading circle - Move text to en-us.json

This commit is contained in:
Nathan G 2023-10-11 07:34:27 -07:00
parent bf367a295c
commit b4804d3722
3 changed files with 2 additions and 21 deletions

View file

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