small text changes
Template tests / tests (push) Successful in 1m39s

This commit is contained in:
2026-06-13 17:20:55 -05:00
parent 91495a3614
commit 570173cf4f
+1 -1
View File
@@ -282,7 +282,7 @@ class StepForgeApp {
}, notStarted ? 'Start recording' : s.paused ? 'Resume' : 'Pause'); }, notStarted ? 'Start recording' : s.paused ? 'Resume' : 'Pause');
this.captureStatus.append( this.captureStatus.append(
el('span', { title: `Capture session — ${trigger}` }, `Rec - ${trigger}`), el('span', { title: `Capture session — ${trigger}` }, `Recording - ${trigger}`),
pauseBtn, pauseBtn,
); );
} }