feat: Update identity information labels in registration screens for clarity

This commit is contained in:
Hanim 2025-08-18 16:48:04 +02:00
parent 01a7937004
commit 332f4be7d7
3 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,7 @@ class _AmRegisterStep1ScreenState extends State<AmRegisterStep1Screen> {
), ),
const SizedBox(height: 10), const SizedBox(height: 10),
Text( Text(
'Informations de l\'assistante maternelle', 'Informations d\'identité de l\'assistante maternelle',
style: GoogleFonts.merienda( style: GoogleFonts.merienda(
fontSize: 24, fontSize: 24,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,

View File

@ -192,7 +192,7 @@ class _AmRegisterStep2ScreenState extends State<AmRegisterStep2Screen> {
), ),
const SizedBox(height: 10), const SizedBox(height: 10),
Text( Text(
'Informations de l\'assistante maternelle', 'Informations professionnelles de l\'assistante maternelle',
style: GoogleFonts.merienda( style: GoogleFonts.merienda(
fontSize: 24, fontSize: 24,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,

View File

@ -100,7 +100,7 @@ class AmRegisterStep4Screen extends StatelessWidget {
]; ];
return SummaryCard( return SummaryCard(
backgroundImagePath: CardColorHorizontal.peach.path, backgroundImagePath: CardColorHorizontal.peach.path,
title: 'Parent Principal', title: 'Informations didentité',
content: details, content: details,
onEdit: () => Navigator.of(context).pushNamed('/am-register/step1', arguments: registrationData), onEdit: () => Navigator.of(context).pushNamed('/am-register/step1', arguments: registrationData),
); );