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