diff --git a/src/components/timer.tsx b/src/components/timer.tsx
index eea42a0..a066137 100644
--- a/src/components/timer.tsx
+++ b/src/components/timer.tsx
@@ -132,7 +132,7 @@ export function Timer({
timestamp={nextStart}
now={now}
conditions="future"
- prefix={end ? "Starts" : ""}
+ prefix={end ? (isOngoing ? "Started" : "Starts") : ""}
/>