Update battler-tags.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-15 13:38:29 -04:00 committed by GitHub
parent 6d7d9010b7
commit c8308505a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1496,7 +1496,7 @@ export class WrapTag extends DamagingTrapTag {
return "ERROR - CHECK CONSOLE AND REPORT";
}
return i18next.t("battlerTags:clampOnTrap", {
return i18next.t("battlerTags:wrapOnTrap", {
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
sourcePokemonName: getPokemonNameWithAffix(source),
moveName: this.getMoveName(),