Fixed: Add Missing Search Translates

This commit is contained in:
bakerboy448
2021-07-15 18:18:22 -05:00
committed by Qstick
parent e81d0f3e97
commit 4cbd2cd8bc
4 changed files with 13 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ function NoSearchResults(props) {
return (
<div>
<div className={styles.message}>
No search results found, try performing a new search below.
{translate('NoSearchResultsFound')}
</div>
</div>
);