From 2ecaeba8fcdde82bb97d67275b05acb189df93d1 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sat, 7 Sep 2024 03:29:03 +0200 Subject: [PATCH] Update src/locales/en/modifier-type.json --- src/locales/en/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/modifier-type.json b/src/locales/en/modifier-type.json index d362ab1e69d..92594d44e51 100644 --- a/src/locales/en/modifier-type.json +++ b/src/locales/en/modifier-type.json @@ -3,7 +3,7 @@ "AddPokeballModifierType": { "name": "{{modifierCount}}x {{pokeballName}}", "description": "Receive {{pokeballName}} x{{modifierCount}} (Inventory: {{pokeballAmount}}) \nCatch Rate: {{catchRate}}", - "catchRateGenerator": "{{normalCatchRate}}x ({{boostedCatchRate}}x for uncaught Pokemon)" + "catchRateGenerator": "{{normalCatchRate}}x ({{boostedCatchRate}}x for uncaught Pokémon)" }, "AddVoucherModifierType": { "name": "{{modifierCount}}x {{voucherTypeName}}",