diff --git a/scripts/mark-call.js b/scripts/mark-call.js
index e5504b8..dc77203 100644
--- a/scripts/mark-call.js
+++ b/scripts/mark-call.js
@@ -121,20 +121,20 @@ import html from '../utils/html.js';
- SPACE – Play/Pause
- - ENTER – Confirm lift point
+ - ENTER – Confirm lifting point
${allowSkip ? `
- – Skip back 0.1s
- – Skip forward 0.1s
@@ -335,7 +335,7 @@ import html from '../utils/html.js';
border-radius: 5px;
cursor: pointer;
margin-top: 20px;
- ">Submit Lift Point
+ ">Submit lifting point
`;
@@ -582,7 +582,7 @@ import html from '../utils/html.js';
// Update display to show confirmation
markedPointDisplay.innerHTML = `
-
✓ Lift point confirmed at: ${formatPreciseTime(liftPointTime)}
+
✓ Lifting point confirmed at: ${formatPreciseTime(liftPointTime)}
Preview completed. Press Submit to continue, ENTER to play again, or mark a new point.
`;