fixed master ball (#1043)

This commit is contained in:
José Ricardo Fleury Oliveira 2024-05-17 14:19:38 -03:00 committed by GitHub
parent 7935f28089
commit 04a345a6cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ export const pokeball: SimpleTranslationEntries = {
"greatBall": "Grande Bola",
"ultraBall": "Ultra Bola",
"rogueBall": "Bola Rogue",
"masterBall": "Bole Mestra",
"masterBall": "Bola Mestra",
"luxuryBall": "Bola Luxo",
} as const;