Skip to content

Commit

Permalink
refactor: add missing form-label class
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed May 9, 2024
1 parent 4813772 commit 36016ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/acceptTos.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<label for="agree-terms">[[register:terms-of-use]]</label>
<label class="form-label" for="agree-terms">[[register:terms-of-use]]</label>
<div class="tos">{termsOfUse}</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="agree-terms" id="agree-terms">
Expand Down

0 comments on commit 36016ee

Please sign in to comment.