From c8308505a73b8baadaf9580d95d3edb143c375d2 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 15 Jun 2025 13:38:29 -0400 Subject: [PATCH] Update battler-tags.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 63b56f95a93..95620caa777 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -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(),