Skip to content

Commit 1be35d2

Browse files
committed
countdown: use tentative language for resumption
Rolling triage audits won't resume exactly at the resume time, so this gives some leeway
1 parent 2be0198 commit 1be35d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ContestTile/ContestTile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const ContestCountdown = ({
138138
text = "Starts in ";
139139
} else if (schedule.contestStatus === Status.LIVE) {
140140
if (schedule.resume && +schedule.resume >= Date.now()) {
141-
text = "Cohort resumes in ";
141+
text = "Cohort tentatively resumes in ";
142142
start = schedule.resume.toISOString();
143143
} else if (schedule.pause && +schedule.pause >= Date.now()) {
144144
text = "Cohort pauses in ";

0 commit comments

Comments
 (0)