renamed absence module
This commit is contained in:
@@ -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