diff --git a/src/locales/en/modifier-type.json b/src/locales/en/modifier-type.json index cc62c82389f..a18cdabdd12 100644 --- a/src/locales/en/modifier-type.json +++ b/src/locales/en/modifier-type.json @@ -1,7 +1,7 @@ { "ModifierType": { "AddPokeballModifierType": { - "name": "Receive {{pokeballName}} x{{modifierCount}}\nInventory: {{pokeballAmount}}", + "name": "{{pokeballName}} x{{modifierCount}}\nInventory: {{pokeballAmount}}", "description": "Catch Rate: {{catchRate}}", "catchRateGenerator": "{{normalCatchRate}}x ({{boostedCatchRate}}x if Pokémon has new gender, variant, form, or ability)" },