Skip to content

Commit 5ec2abf

Browse files
jsollycursoragent
andauthored
Rename quiz miss study label to Chapters to review (#87)
Make the post-answer study links heading match how learners think about the shelf chapters they should reopen. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 77ce609 commit 5ec2abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/app/QuizView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
</a>
225225
{#if missed && studyChapters.length > 0}
226226
<div class="flex flex-col gap-1.5">
227-
<p class="text-xs font-medium text-muted-foreground">Review in study</p>
227+
<p class="text-xs font-medium text-muted-foreground">Chapters to review</p>
228228
{#each studyChapters as chapter (chapter.id)}
229229
<a
230230
class="app-link rounded-sm text-left text-xs font-medium focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2"

0 commit comments

Comments
 (0)