Fix english absence error + comment bugreports

This commit is contained in:
Pearoo
2023-09-28 18:17:24 +02:00
parent 24a6393aca
commit 9845a35c6e
7 changed files with 11 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ class AbsenceSubjectView extends StatelessWidget {
TimetablePage.jump(context, lesson: lesson);
} else {
ScaffoldMessenger.of(context).showSnackBar(CustomSnackBar(
content: Text("Cannot find lesson".i18n,
content: Text("lesson_not_found".i18n,
style: const TextStyle(color: Colors.white)),
backgroundColor: AppColors.of(context).red,
context: context,