File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/puzzles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments