Skip to content

Commit

Permalink
fix(admin): clarify the existence of the draft starter button
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Jul 11, 2024
1 parent 950322f commit a93f93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/dashboard/drafts/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
{#if students.length > 0}
<p>
There are currently <strong>{students.length}</strong> students who have registered for this draft.
Press <strong>"Start Draft"</strong> (if available) to close registration and start the draft
automation. Lab heads will be notified about the first round. The draft proceeds to the next round when
all lab heads have submitted their preferences. This process repeats until the configured maximum number
of rounds have elapsed, after which the draft pauses until an administrator <em>manually</em> proceeds with
Press the <strong>"Start Draft"</strong> button to close registration and start the draft automation.
Lab heads will be notified about the first round. The draft proceeds to the next round when all lab
heads have submitted their preferences. This process repeats until the configured maximum number of
rounds have elapsed, after which the draft pauses until an administrator <em>manually</em> proceeds with
the lottery.
</p>
{:else}
Expand Down

0 comments on commit a93f93c

Please sign in to comment.