diff --git a/src/app/AppLayout.tsx b/src/app/AppLayout.tsx index 65d53f9..4208568 100644 --- a/src/app/AppLayout.tsx +++ b/src/app/AppLayout.tsx @@ -71,9 +71,7 @@ export function AppLayout({ children }: AppLayoutProps) { {/* ── Zone de contenu ────────────────────────────────────────── */} {/* pb-16 sur mobile pour ne pas être masqué par le BottomNav fixe */} -
- Encore{' '} - {remaining}{' '} + Encore {remaining}{' '} {remaining > 1 ? 'simulations' : 'simulation'} pour débloquer votre profil.
@@ -108,10 +107,7 @@ export function MonProfilPreparation({ plan }: Props) {