mudanças nos nomes dos widgets

This commit is contained in:
2026-05-24 17:23:17 +01:00
parent b3f6a5a0f0
commit 39637b2a62
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ class ClassAnalyticsCard extends StatelessWidget {
),
const SizedBox(height: 4),
Text(
'${classStats.activeStudents} de ${classStats.totalStudents} alunos ativos',
'${classStats.activeStudents} de ${classStats.totalStudents} alunos matriculados',
style: TextStyle(
color: Colors.white.withValues(alpha: 0.8),
fontSize: 14,