mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Logbook][Translate] Forgot the damn heading #fail
This commit is contained in:
@@ -77,6 +77,8 @@ $lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
|
||||
$lang['gen_hamradio_satellite_name'] = 'Satellite Name';
|
||||
$lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_usa_state'] = 'USA State';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="container logbook">
|
||||
|
||||
<h2>Logbook</h2>
|
||||
<h2><?php echo $this->lang->line('gen_hamradio_logbook'); ?></h2>
|
||||
|
||||
<?php if($this->session->flashdata('notice')) { ?>
|
||||
<div class="alert alert-info" role="alert">
|
||||
|
||||
Reference in New Issue
Block a user