fix(#138): libellé garde accordé au genre (Gardé / Gardée).

Remplace « En garde » par Gardé/Gardée selon le genre, comme
Scolarisé/Scolarisée.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-17 12:51:07 +02:00
co-authored by Cursor
parent 291ea26b34
commit b903dbf60b
3 changed files with 7 additions and 7 deletions
@@ -668,7 +668,7 @@ class _AdminChildDetailModalState extends State<AdminChildDetailModal> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'Scolarisé',
enfantStatusLabel('scolarise', gender: _gender),
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w700,
@@ -215,7 +215,7 @@ class _UserManagementPanelState extends State<UserManagementPanel> {
value: 'garde',
child: Padding(
padding: EdgeInsets.only(left: 10),
child: Text('En garde', style: TextStyle(fontSize: 12)),
child: Text('Gardé', style: TextStyle(fontSize: 12)),
),
),
DropdownMenuItem<String?>(