Skip to content

Commit

Permalink
Merge pull request #574 from Stremio/fix-local-search-label
Browse files Browse the repository at this point in the history
fix: local search label translations
  • Loading branch information
tymmesyde committed Jan 30, 2024
2 parents 3fb210f + 6dc6095 commit 0f407e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-i18next": "^12.1.1",
"react-is": "18.2.0",
"spatial-navigation-polyfill": "github:Stremio/spatial-navigation#64871b1422466f5f45d24ebc8bbd315b2ebab6a6",
"stremio-translations": "github:Stremio/stremio-translations#12b1307f95249496960d2a257b371db5700721e6",
"stremio-translations": "github:Stremio/stremio-translations#38d283adf4bbe6d29657b5023778e30af7f6b05a",
"url": "0.11.0",
"use-long-press": "^3.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/NavBar/HorizontalNavBar/SearchBar/SearchBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const SearchBar = React.memo(({ className, query, active }) => {
localSearch?.items?.length ?
<div className={styles['items']}>
<div className={styles['title']}>
<div className={styles['label']}>{ t('Recommendations') }</div>
<div className={styles['label']}>{ t('SEARCH_SUGGESTIONS') }</div>
</div>
{
localSearch.items.map(({ query, deepLinks }, index) => (
Expand Down

0 comments on commit 0f407e8

Please sign in to comment.