feat: Update identity information labels in registration screens for clarity
This commit is contained in:
parent
01a7937004
commit
332f4be7d7
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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 d’identité',
|
||||||
content: details,
|
content: details,
|
||||||
onEdit: () => Navigator.of(context).pushNamed('/am-register/step1', arguments: registrationData),
|
onEdit: () => Navigator.of(context).pushNamed('/am-register/step1', arguments: registrationData),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user