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