diff --git a/src/data/move.ts b/src/data/move.ts index cffd298b12f..324e1eeffe4 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -1793,7 +1793,7 @@ export class SwapStatsAttr extends MoveEffectAttr } target.updateInfo(); user.updateInfo(); - target.scene.queueMessage(getPokemonMessage(user, `swapped stat changes with the target!`)); + target.scene.queueMessage(getPokemonMessage(user, ` swapped stat changes with the target!`)); return true; } }