From baa806ec63fad492b0d798c189dbb4c1d2e86d37 Mon Sep 17 00:00:00 2001 From: Tempoanon <163687446+Tempo-anon@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:45:29 -0400 Subject: [PATCH] [Beta][P3 Bug] Fix typo in autotomize add message (#4404) `pokemonNameWIthAffix` -> `pokemonNameWithAffix` --- src/locales/en/battler-tags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/battler-tags.json b/src/locales/en/battler-tags.json index 6b513f3a832..481f69db250 100644 --- a/src/locales/en/battler-tags.json +++ b/src/locales/en/battler-tags.json @@ -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!" }