Skip to content

Commit

Permalink
another translation
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Feb 3, 2025
1 parent 6c77c6d commit 8c061c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/header/HeaderQuickSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ export default function HeaderQuickSearch() {
{loading && (
<Dropdown.Item className="text-center">
<Spinner animation="border" size="sm" />
<span className="ms-2">Loading...</span>
<span className="ms-2">
<FormattedMessage id="LOADING" />
</span>
</Dropdown.Item>
)}
{!loading && searchResults.length === 0 && search.trim() === "" && (
Expand Down

0 comments on commit 8c061c3

Please sign in to comment.