Tweak confusing "in x days" language
This commit is contained in:
parent
16020a5b30
commit
36753d2a45
|
@ -30,7 +30,7 @@
|
|||
{{ else if eq .DaysUntilStart 1 }}
|
||||
<b>Starting tomorrow.</b>
|
||||
{{ else }}
|
||||
<b>In {{ .DaysUntilStart }} days.</b>
|
||||
<b>Starting in {{ .DaysUntilStart }} days.</b>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue