dev #51
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user