Tweak confusing "in x days" language

This commit is contained in:
Ben Visness 2023-09-20 16:55:49 -05:00
parent 16020a5b30
commit 36753d2a45
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{{ else if eq .DaysUntilStart 1 }} {{ else if eq .DaysUntilStart 1 }}
<b>Starting tomorrow.</b> <b>Starting tomorrow.</b>
{{ else }} {{ else }}
<b>In {{ .DaysUntilStart }} days.</b> <b>Starting in {{ .DaysUntilStart }} days.</b>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>