Skip to content

Commit

Permalink
💬 better title for showing the sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Mar 30, 2024
1 parent cf9719a commit 0569e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ConferenceView(@NotNull final ConferenceService conferenceService,
@NotNull final TaskScheduler taskScheduler) {
this.conferenceService = conferenceService;
setId("conference-view");
add(new H2("Agenda"));
add(new H2("Rooms & Sessions"));
add(sessionContainer);
updateConferenceSessions();
final ScheduledFuture<?> updateScheduler = taskScheduler.scheduleAtFixedRate(this::updateScheduler, UPDATE_FREQUENCY);
Expand Down

0 comments on commit 0569e48

Please sign in to comment.