fixed grades page translation

This commit is contained in:
Kima
2024-06-11 20:22:53 +02:00
parent 0768dc9404
commit 090b0ccc85
3 changed files with 4 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ class GradesPageState extends State<GradesPage> {
title: Padding(
padding: const EdgeInsets.only(left: 8.0),
child: Text(
"Grades".i18n,
"page_title_grades".i18n,
style: TextStyle(
color: AppColors.of(context).text,
fontSize: 32.0,