From bea1e11dafcf547d6fd6c3186106876daa9f9c47 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:19:02 +0200 Subject: [PATCH] Update battle.ts --- src/locales/es/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 90a96cf9b16..ddece32d078 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -16,7 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "¡{{pokemonName}} atrapado!", - "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": "¡Adelante, {{pokemonName}}!", "hitResultCriticalHit": "!Un golpe crítico!",