added Translation for Filtering On

pull/2656/head
HB9HIL 2023-11-05 19:32:03 +01:00
rodzic 79750c17de
commit bce2c633b3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
<div class="container">
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>