mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Fix "for" property for "accept to provacy policy" checkbox label in appointment process.
This commit is contained in:
parent
8f3f4a3d28
commit
58ad2e43a1
1 changed files with 1 additions and 1 deletions
|
@ -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">',
|
||||
|
|
Loading…
Reference in a new issue