Skip to content

Commit

Permalink
[Fix] Update translation function for localization to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
biliesilva committed Dec 23, 2024
1 parent 210907e commit f96acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/screens/Quests/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function QuestsPage() {
<SearchBar
searchText={searchText}
setSearchText={setSearchText}
i18n={{ placeholder: 'Search' }}
i18n={{ placeholder: t('quests.search', 'Search') }}
classNames={{ container: styles.searchBar }}
suggestions={suggestedSearchTitles}
/>
Expand Down

0 comments on commit f96acb5

Please sign in to comment.