corrected spelling of Notendurchschnittsrechner in app modules and grade averages view

This commit is contained in:
2026-05-13 20:09:46 +02:00
parent d9fcd9f624
commit 91ab109ec5
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@ class GradeAveragesView extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: const Text('Notendurschnittsrechner'),
title: const Text('Notendurchschnittsrechner'),
actions: [
Visibility(
visible: bloc.state.grades.isNotEmpty,