From dd425178a15ca0821fa4d1d312235cd8dbbe09f2 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:18:51 +0200 Subject: [PATCH] Update battle.ts --- src/locales/en/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/battle.ts b/src/locales/en/battle.ts index 00be0266ab3..d9e731d19cb 100644 --- a/src/locales/en/battle.ts +++ b/src/locales/en/battle.ts @@ -16,7 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "{{pokemonName}} was caught!", - "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}", + "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}?", "pokemon": "Pokémon", "sendOutPokemon": "Go! {{pokemonName}}!", "hitResultCriticalHit": "A critical hit!",