Skip to content

Commit

Permalink
fix: adjust expert description
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 3, 2024
1 parent c96c99f commit d6f04e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/locales/lib/human/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,5 +713,5 @@
"expert": "Expert",
"basic_description": "Easily select Pokémon and apply a global filter",
"intermediate_description": "Set individual filters globally and per Pokémon (traditional)",
"expert_description": "String based query creation for the most customization"
"expert_description": "Manual input queries for the most customization"
}
1 change: 1 addition & 0 deletions src/hooks/useStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const useStore = create(
pokemon: {
...prev.userSettings.pokemon,
legacyFilter,
linkGlobalAndAdvanced: !legacyFilter,
},
},
filters: {
Expand Down

0 comments on commit d6f04e0

Please sign in to comment.