Fixed text
This commit is contained in:
parent
19fd4af14f
commit
4384e9b0c7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<h2 class="text-xl font-semibold">{data.chapter.name}</h2>
|
||||
{#if data.chapter?.puzzles?.length}
|
||||
<p class="text-muted-foreground">
|
||||
Ils vous restent {data.chapter.puzzles.filter((p) => p.score).length} puzzles à résoudre sur
|
||||
Ils vous restent {data.chapter.puzzles.filter((p) => !p.score).length} puzzles à résoudre sur
|
||||
un total de {data.chapter.puzzles.length}
|
||||
</p>
|
||||
{:else}
|
||||
|
|
Loading…
Add table
Reference in a new issue