Change a key name

This commit is contained in:
AJ Fontaine 2025-06-05 22:02:41 -04:00
parent 4f4b4a5c94
commit 117be1b5dd

View File

@ -243,7 +243,7 @@ export class SpeciesFormEvolution {
const strings: string[] = [];
let len = 0;
if (this.level > 1) {
strings.push(i18next.t("pokemonEvolutions:level", {lv: this.level}));
strings.push(i18next.t("pokemonEvolutions:atLevel", {lv: this.level}));
}
if (this.item) {
const itemDescription = i18next.t(`modifierType:EvolutionItem.${EvolutionItem[this.item].toUpperCase()}`);