From 33e1522df01b59a6d1cafc484c2a3289032a9093 Mon Sep 17 00:00:00 2001 From: qguillaume Date: Tue, 26 May 2026 22:29:37 +0200 Subject: [PATCH] =?UTF-8?q?reword:=20D=C3=A9marrer=20la=20session=20(home?= =?UTF-8?q?=5Fscreen)=20devient=20Nouvelle=20session?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/home/home_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ), );