renamed timetable in ui

This commit is contained in:
2025-09-06 14:12:13 +02:00
parent 0a66858d93
commit 85f9988453
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class AppModule {
var available = {
Modules.timetable: AppModule(
Modules.timetable,
name: 'Vertretung',
name: 'Stundenplan',
icon: () => Icon(Icons.calendar_month),
breakerArea: BreakerArea.timetable,
create: Timetable.new,