Update log_ajax.php

The RST fields at table header came from wrong lang line.
This commit is contained in:
oh1jw
2021-03-01 16:35:34 +02:00
committed by GitHub
parent 0cfbba4fc2
commit ed90ea51f6

View File

@@ -7,8 +7,8 @@
<?php } ?>
<td><?php echo $this->lang->line('gen_hamradio_call'); ?></td>
<td><?php echo $this->lang->line('gen_hamradio_mode'); ?></td>
<td><?php echo $this->lang->line('general_word_sent'); ?></td>
<td><?php echo $this->lang->line('general_word_received'); ?></td>
<td><?php echo $this->lang->line('gen_hamradio_rsts'); ?></td>
<td><?php echo $this->lang->line('gen_hamradio_rstr'); ?></td>
<td><?php echo $this->lang->line('gen_hamradio_band'); ?></td>
<td><?php echo $this->lang->line('general_word_country'); ?></td>
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>