[Beta][P3 Bug] Fix typo in autotomize add message (#4404)

`pokemonNameWIthAffix` -> `pokemonNameWithAffix`
This commit is contained in:
Tempoanon 2024-09-24 11:45:29 -04:00 committed by GitHub
parent 22117115c8
commit baa806ec63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@
"substituteOnAdd": "{{pokemonNameWithAffix}} put in a substitute!",
"substituteOnHit": "The substitute took damage for {{pokemonNameWithAffix}}!",
"substituteOnRemove": "{{pokemonNameWithAffix}}'s substitute faded!",
"autotomizeOnAdd": "{{pokemonNameWIthAffix}} became nimble!"
"autotomizeOnAdd": "{{pokemonNameWithAffix}} became nimble!"
}