Skip to content

Commit

Permalink
Use correct label
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Apr 6, 2023
1 parent 07ba2ac commit bf68384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class _TimetableEventDetailsPage extends StatelessWidget {
),
if (event.detail != null && event.detail != "")
ListTile(
leading: const Icon(Icons.details),
leading: const Icon(Icons.notes),
title: MarkdownBody(
data:
"${isExam ? "Themen der Prüfung" : "Details"}:\n${event.detail}",
Expand Down

0 comments on commit bf68384

Please sign in to comment.