Skip to content

Commit

Permalink
docs(lab): use clearer language for empty draft slots
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 7, 2024
1 parent 13f32f6 commit 034beaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/routes/dashboard/(draft)/students/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
>
{:else if isDone}
<WarningAlert
>This lab has already submitted their picks for this round. No action is required until the next one.</WarningAlert
>This lab either has no draft slots remaining or has already submitted their picks for this round. No action is
required until the next one.</WarningAlert
>
{:else if students.length > 0}
{@const suffix = getOrdinalSuffix(curr_round)}
Expand Down

0 comments on commit 034beaf

Please sign in to comment.