Update privacy_policy_modal.php

This commit is contained in:
Caine85 2018-10-23 20:02:53 +02:00 committed by GitHub
parent f9b49150e3
commit 7959099cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>