Skip to content

Commit

Permalink
[Bug][UI/UX] Setting proper labels in cost reduction dropdown filter #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlowscha authored Feb 16, 2025
1 parent 4d5f9ce commit 5b1950a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/pokedex-ui-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ export default class PokedexUiHandler extends MessageUiHandler {
const costReductionLabels = [
new DropDownLabel(i18next.t("filterBar:costReduction"), undefined, DropDownState.OFF),
new DropDownLabel(i18next.t("filterBar:costReductionUnlocked"), undefined, DropDownState.ON),
new DropDownLabel(i18next.t("filterBar:costReductionUnlockedOne"), undefined, DropDownState.ONE),
new DropDownLabel(i18next.t("filterBar:costReductionUnlockedTwo"), undefined, DropDownState.TWO),
new DropDownLabel(i18next.t("filterBar:costReductionUnlockable"), undefined, DropDownState.UNLOCKABLE),
new DropDownLabel(i18next.t("filterBar:costReductionLocked"), undefined, DropDownState.EXCLUDE),
];
Expand Down

0 comments on commit 5b1950a

Please sign in to comment.