From 21b8a6cd49192a2843d151342b5162d6d89846ea Mon Sep 17 00:00:00 2001 From: topkoa Date: Fri, 19 Jun 2026 09:02:38 -0400 Subject: [PATCH] Rebrand calibration challenge copy Slopsmith -> fee[dB]ack The first-run calibration prompt (profile onboarding step 3) and the Progress-screen calibration card both told the user to play the "Slopsmith Diagnostic". Update the visible copy to "fee[dB]ack Diagnostic". Text-only; the diagnostic is matched functionally by the is_diagnostic flag + filename, not by this label, so no behavior change. Co-Authored-By: Claude Opus 4.8 Signed-off-by: topkoa --- static/v3/profile.js | 2 +- static/v3/progress.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/v3/profile.js b/static/v3/profile.js index 9a99c28..146fa19 100644 --- a/static/v3/profile.js +++ b/static/v3/profile.js @@ -192,7 +192,7 @@ // Step 3 — calibration offer (first-run only). '' + '' + '
' + diff --git a/static/v3/progress.js b/static/v3/progress.js index 8afd746..5f8bd15 100644 --- a/static/v3/progress.js +++ b/static/v3/progress.js @@ -103,7 +103,7 @@ '
' + '
' + '

Calibration challenge

' + - '

Play the Slopsmith Diagnostic with note detection and finish at ' + + '

Play the fee[dB]ack Diagnostic with note detection and finish at ' + '100% accuracy' + (pending ? ' to reach Mastery Rank 1.' : ' to prove your setup (you skipped this — rank already granted).') + '

' + '
' +