dev #51

Merged
hmoussa merged 10 commits from dev into master 2025-08-22 08:26:31 +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),
Text(
'Informations de l\'assistante maternelle',
'Informations d\'identité de l\'assistante maternelle',
style: GoogleFonts.merienda(
fontSize: 24,
fontWeight: FontWeight.bold,

View File

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

View File

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