renamed absence module

This commit is contained in:
2026-08-14 09:37:41 +02:00
parent ccb22a497d
commit d27312afdf
2 changed files with 2 additions and 2 deletions
@@ -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),
);