added Translation for Filtering On

This commit is contained in:
HB9HIL 2023-11-05 19:31:07 +01:00
parent 61e3313355
commit f98ee999ed
4 changed files with 4 additions and 4 deletions

View File

@ -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') ?>

View File

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($counties_array) {

View File

@ -1,3 +1,3 @@
<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') ?>

View File

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($vucc_array) {