Fix "for" property for "accept to provacy policy" checkbox label in appointment process.

This commit is contained in:
Sébastien 2020-06-29 15:04:41 +02:00
parent 8f3f4a3d28
commit 58ad2e43a1
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@
</label> -->
<div class="form-check">
<input type="checkbox" class="required form-check-input" id="accept-to-privacy-policy">
<label class="form-check-label" for="defaultCheck1">
<label class="form-check-label" for="accept-to-privacy-policy">
<?= strtr(lang('read_and_agree_to_privacy_policy'),
[
'{$link}' => '<a href="#" data-toggle="modal" data-target="#privacy-policy-modal">',