From 9f8963cd72174cf69d8027036274e16ce6843232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= <99520451+Vassiat@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:00:01 -0400 Subject: [PATCH] Update src/locales/fr/menu-ui-handler.ts Co-authored-by: Lugiad' --- src/locales/fr/menu-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/fr/menu-ui-handler.ts b/src/locales/fr/menu-ui-handler.ts index 88e1158d9f4..19dbee5d4f8 100644 --- a/src/locales/fr/menu-ui-handler.ts +++ b/src/locales/fr/menu-ui-handler.ts @@ -25,5 +25,5 @@ export const menuUiHandler: SimpleTranslationEntries = { "unlinkGoogle": "Délier Google", "cancel": "Retour", "losingProgressionWarning": "Vous allez perdre votre progression depuis le début du combat. Continuer ?", - "noEggs": "Vous ne faitesactuellement éclore aucun Œuf !" + "noEggs": "Vous ne faites actuellement éclore aucun Œuf !" } as const;