diff --git a/plugins/score-cycle-times.user.js b/plugins/score-cycle-times.user.js
index 60749ea2..05c3355d 100644
--- a/plugins/score-cycle-times.user.js
+++ b/plugins/score-cycle-times.user.js
@@ -64,8 +64,8 @@ window.plugin.scoreCycleTimes.update = function() {
var html = '
'
+ formatRow('Cycle start', cycleStart)
- + formatRow('Checkpoint start', checkpointStart)
- + formatRow('Checkpoint end', checkpointEnd)
+ + formatRow('Previous checkpoint', checkpointStart)
+ + formatRow('Next checkpoint', checkpointEnd)
+ formatRow('Cycle end', cycleEnd)
+ '
';