diff --git a/lib/features/home/home_screen.dart b/lib/features/home/home_screen.dart index 76397185..62967256 100644 --- a/lib/features/home/home_screen.dart +++ b/lib/features/home/home_screen.dart @@ -139,7 +139,7 @@ class _HomeScreenState extends State { ), icon: const Icon(Icons.add_circle_outline, size: 28), label: const Text( - 'Démarrer la session', + 'Nouvelle session', style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold), ), );