[Localization(it)] Update pokeball.ts (#2270)

Fixed a wrong translation
This commit is contained in:
Niccolò 2024-06-16 04:04:10 +02:00 committed by GitHub
parent 1a8c9d472a
commit 646c9018f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ export const pokeball: SimpleTranslationEntries = {
"ultraBall": "Ultra Ball",
"rogueBall": "Rogue Ball",
"masterBall": "Master Ball",
"luxuryBall": "Chich Ball",
"luxuryBall": "Chic Ball",
} as const;