mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 08:12:41 +00:00
wording
This commit is contained in:
parent
e703ba61c4
commit
ddffb9cbda
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
<>
|
||||
<div>
|
||||
{main.day.value === day
|
||||
? `Complete the sleigh to complete the day`
|
||||
? `Fix the sleigh to complete the day`
|
||||
: `${name} Complete!`}
|
||||
</div>
|
||||
{render(dayProgress)}
|
||||
|
|
Loading…
Reference in a new issue