Skip to content

Commit

Permalink
Update signupV2.ejs
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
dannyridel authored Jul 4, 2024
1 parent ce4ab66 commit a4b3ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/public/signupV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
>
</div>
<div class="mb-4">
<label class="font-medium" for="yob">Year of birth</label>
<label class="font-medium" for="yob">Year of Birth</label>
<input
type="number"
class="form-control"
Expand All @@ -70,7 +70,7 @@
name="agreeTOS"
required="true">
</div>
<label for="agreeTOS">I have read and agree to the <a href='/termsOfService#terms-of-service'>Terms of Service</a>.</label><br>
<label for="agreeTOS">I have read and agreed to the <a href='/termsOfService#terms-of-service'>Terms of Service</a>.</label><br>
</div>
</div>

Expand Down

0 comments on commit a4b3ccb

Please sign in to comment.