mudanças nos nomes dos widgets
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user