corrected spelling of Notendurchschnittsrechner in app modules and grade averages view
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user