From 67736a026012ba3debb984a262a4331a0f1050dd Mon Sep 17 00:00:00 2001 From: innerthunder Date: Thu, 19 Sep 2024 13:12:39 -0700 Subject: [PATCH] Fix typo in localization --- src/locales/en/ability.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/ability.json b/src/locales/en/ability.json index 3bb6fb202fc..f2ffa9b4927 100644 --- a/src/locales/en/ability.json +++ b/src/locales/en/ability.json @@ -1237,6 +1237,6 @@ }, "poisonPuppeteer": { "name": "Poison Puppeteer", - "description": "Pokémon poisoned by this Pokemon's moves will also become confused." + "description": "Pokémon poisoned by this Pokémon's moves will also become confused." } } \ No newline at end of file