Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 13b7306

Browse files
EvansJWangahmetb
authored andcommitted
Typo in the months drop down (#237)
1 parent bb41c7f commit 13b7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/templates/cart.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Checkout</h3>
116116
<option value="9">September</option>
117117
<option value="10">October</option>
118118
<option value="11">November</option>
119-
<option value="12">January</option>
119+
<option value="12">December</option>
120120
</select>
121121
</div>
122122
<div class="col-md-2 mb-3">

0 commit comments

Comments
 (0)