Skip to content

Commit

Permalink
Merge pull request #33 from Mygod/qol-refine-iv-limit
Browse files Browse the repository at this point in the history
Refine IV limit string
  • Loading branch information
versx authored Aug 15, 2020
2 parents 976ee36 + cb24a37 commit d637303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ const getData = async (perms, filter) => {

const globalIVString = i18n.__('filter_global_iv');
const globalPVPString = i18n.__('filter_global_pvp');
const globalLevelString = i18n.__('filter_global_lvl');
const globalFiltersString = i18n.__('filter_global_filters');
const pokemonTypeString = i18n.__('filter_pokemon');

Expand Down
3 changes: 1 addition & 2 deletions static/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
"filter_nest_table_empty": "No matching Nests found",
"filter_device_table_empty": "No matching Devices found",
"filter_global_filters": "Global Filters",
"filter_global_iv": "IV Limit",
"filter_global_iv": "IV/Level Limit",
"filter_global_pvp": "PVP Limit",
"filter_global_lvl": "Level Limit",
"filter_and": "And",
"filter_or": "Or",
"filter_on": "On",
Expand Down

0 comments on commit d637303

Please sign in to comment.