Update cookie_notice_modal.php

This commit is contained in:
Caine85 2018-10-23 20:01:11 +02:00 committed by GitHub
parent 11303acb55
commit f9b49150e3
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><?= $cookie_notice_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>