Skip to content

Commit

Permalink
fix: missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 10, 2024
1 parent 7e6a62e commit 4d6d5ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/locales/lib/human/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,5 +717,8 @@
"icon_size": "Icon Size",
"developer": "Developer",
"raid_override": "Raid Override",
"search_rocket_pokemon": "Search Rocket Pokémon"
"search_rocket_pokemon": "Search Rocket Pokémon",
"main": "Main",
"extra": "Extra",
"select": "Select"
}
4 changes: 2 additions & 2 deletions src/components/layout/drawer/Extras.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ const BaseQuestSet = () => {
</ListItem>
<MultiSelectorList>
<SelectorListMemo
key="quest_items"
key="items"
category="pokestops"
subCategory="quests"
label="search_quests"
height={350}
/>
<SelectorListMemo
key="quest_pokemon"
key="pokemon"
category="pokestops"
subCategory="pokemon"
label="search_quests"
Expand Down

0 comments on commit 4d6d5ec

Please sign in to comment.