Skip to content

Commit

Permalink
Incorrect translation prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jan 3, 2024
1 parent 14ffc94 commit b112173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/js/components/SearchResults.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { useSelector } from 'react-redux';
import { useParams } from 'react-router-dom';
import { sortItems } from '../util/arrays';
import URILink from './URILink';
import Icon from './Icon';
Expand Down Expand Up @@ -83,8 +82,8 @@ const SearchResults = ({
)}
</section>
) : (
<span style={{ opacity: 0.5 }}>
<I18n key="search.no_results" />
<span style={{ opacity: 0.25 }}>
<I18n path="search.no_results" />
</span>
)}
</div>
Expand Down

0 comments on commit b112173

Please sign in to comment.