Skip to content

Commit 8d4cd76

Browse files
committed
modify copy
1 parent c92e15d commit 8d4cd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/puzzles/PuzzleSubmit.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ function PuzzleInstructions({ puzzle }: { puzzle: Puzzle }) {
4141
<div className="text-sm text-gray-600 space-y-2">
4242
<div className="flex items-start gap-2">
4343
<Lightbulb size={16} className="text-gray-500 mt-0.5 flex-shrink-0" />
44-
<span>Use the hint to create an initial condition.</span>
44+
<span>Use the hint to create an initial pattern.</span>
4545
</div>
4646
<div className="flex items-start gap-2">
4747
<Target size={16} className="text-gray-500 mt-0.5 flex-shrink-0" />
4848
<span>
49-
Submit your initial condition (generation 0) when the goal pattern is satisfied after{" "}
49+
Submit your initial pattern when the goal is satisfied after{" "}
5050
<span className="font-semibold text-red-600">{generationText}</span>.
5151
</span>
5252
</div>

0 commit comments

Comments
 (0)