feature/FRONT-05b #49

Merged
hmoussa merged 2 commits from feature/FRONT-05b into dev 2025-08-19 10:24:18 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 332f4be7d7 - Show all commits

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),
); );