mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Update privacy_policy_modal.php
This commit is contained in:
parent
f9b49150e3
commit
7959099cb1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<p><?= $privacy_policy_content ?></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><?= lang('close') ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue