We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be0198 commit 1be35d2Copy full SHA for 1be35d2
src/lib/ContestTile/ContestTile.tsx
@@ -138,7 +138,7 @@ export const ContestCountdown = ({
138
text = "Starts in ";
139
} else if (schedule.contestStatus === Status.LIVE) {
140
if (schedule.resume && +schedule.resume >= Date.now()) {
141
- text = "Cohort resumes in ";
+ text = "Cohort tentatively resumes in ";
142
start = schedule.resume.toISOString();
143
} else if (schedule.pause && +schedule.pause >= Date.now()) {
144
text = "Cohort pauses in ";
0 commit comments