[i18n] Fix freeze healByMove message (#6754)

This commit is contained in:
Fabi 2025-11-05 11:04:24 +01:00 committed by GitHub
parent fbba237142
commit 5c132f290a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ export class MovePhase extends PokemonPhase {
user.cureStatus(
StatusEffect.FREEZE,
i18next.t("statusEffect:freeze.healByMove", {
pokemonName: getPokemonNameWithAffix(user),
pokemonNameWithAffix: getPokemonNameWithAffix(user),
moveName: this.move.getMove().name,
}),
);