feat: Update identity information labels in registration screens for clarity
This commit is contained in:
@@ -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),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user