From 5468ce5a6a20476a92ceb02675863f48dbff40b8 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:18:40 +0200 Subject: [PATCH] Update battle.ts --- src/locales/de/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/de/battle.ts b/src/locales/de/battle.ts index b85f7c48f93..7a2dc2827fa 100644 --- a/src/locales/de/battle.ts +++ b/src/locales/de/battle.ts @@ -16,7 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "{{pokemonName}} wurde gefangen!", - "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": "Los, {{pokemonName}}!", "hitResultCriticalHit": "Ein Volltreffer!",