From 332f4be7d7879f8f9da8e9ecb886b4801e48fd59 Mon Sep 17 00:00:00 2001 From: Hanim Date: Mon, 18 Aug 2025 16:48:04 +0200 Subject: [PATCH] feat: Update identity information labels in registration screens for clarity --- frontend/lib/screens/auth/am/am_register_step1_sceen.dart | 2 +- frontend/lib/screens/auth/am/am_register_step2_sceen.dart | 2 +- frontend/lib/screens/auth/am/am_register_step4_sceen.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/lib/screens/auth/am/am_register_step1_sceen.dart b/frontend/lib/screens/auth/am/am_register_step1_sceen.dart index 363f71f..1f22d70 100644 --- a/frontend/lib/screens/auth/am/am_register_step1_sceen.dart +++ b/frontend/lib/screens/auth/am/am_register_step1_sceen.dart @@ -225,7 +225,7 @@ class _AmRegisterStep1ScreenState extends State { ), const SizedBox(height: 10), Text( - 'Informations de l\'assistante maternelle', + 'Informations d\'identité de l\'assistante maternelle', style: GoogleFonts.merienda( fontSize: 24, fontWeight: FontWeight.bold, diff --git a/frontend/lib/screens/auth/am/am_register_step2_sceen.dart b/frontend/lib/screens/auth/am/am_register_step2_sceen.dart index 8436a69..f6a86be 100644 --- a/frontend/lib/screens/auth/am/am_register_step2_sceen.dart +++ b/frontend/lib/screens/auth/am/am_register_step2_sceen.dart @@ -192,7 +192,7 @@ class _AmRegisterStep2ScreenState extends State { ), const SizedBox(height: 10), Text( - 'Informations de l\'assistante maternelle', + 'Informations professionnelles de l\'assistante maternelle', style: GoogleFonts.merienda( fontSize: 24, fontWeight: FontWeight.bold, diff --git a/frontend/lib/screens/auth/am/am_register_step4_sceen.dart b/frontend/lib/screens/auth/am/am_register_step4_sceen.dart index 1c19ad4..f54a2bc 100644 --- a/frontend/lib/screens/auth/am/am_register_step4_sceen.dart +++ b/frontend/lib/screens/auth/am/am_register_step4_sceen.dart @@ -100,7 +100,7 @@ class AmRegisterStep4Screen extends StatelessWidget { ]; return SummaryCard( backgroundImagePath: CardColorHorizontal.peach.path, - title: 'Parent Principal', + title: 'Informations d’identité', content: details, onEdit: () => Navigator.of(context).pushNamed('/am-register/step1', arguments: registrationData), );