renamed absence module
This commit is contained in:
@@ -140,7 +140,7 @@ class AppModule {
|
||||
),
|
||||
Modules.absenceReport: AppModule(
|
||||
Modules.absenceReport,
|
||||
name: 'Krankmeldung',
|
||||
name: 'Abwesenheitsmeldung',
|
||||
icon: () => Icon(Icons.sick_outlined),
|
||||
create: AbsenceReportView.new,
|
||||
),
|
||||
|
||||
@@ -158,7 +158,7 @@ class _AbsenceReportViewState extends State<AbsenceReportView> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => Scaffold(
|
||||
appBar: AppBar(title: const Text('Krankmeldung')),
|
||||
appBar: AppBar(title: const Text('Abwesenheitsmeldung')),
|
||||
body: _done ? const _SubmittedView() : _buildBody(context),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user