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
+1 -1
View File
@@ -107,7 +107,7 @@ class AppModule {
), ),
Modules.gradeAveragesCalculator: AppModule( Modules.gradeAveragesCalculator: AppModule(
Modules.gradeAveragesCalculator, Modules.gradeAveragesCalculator,
name: 'Notendurschnittsrechner', name: 'Notendurchschnittsrechner',
icon: () => Icon(Icons.calculate), icon: () => Icon(Icons.calculate),
breakerArea: BreakerArea.more, breakerArea: BreakerArea.more,
create: GradeAveragesView.new, create: GradeAveragesView.new,
@@ -19,7 +19,7 @@ class GradeAveragesView extends StatelessWidget {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: const Text('Notendurschnittsrechner'), title: const Text('Notendurchschnittsrechner'),
actions: [ actions: [
Visibility( Visibility(
visible: bloc.state.grades.isNotEmpty, visible: bloc.state.grades.isNotEmpty,