Add missing "Edit QSO" translation

This commit is contained in:
Leroy Diaz 2021-02-21 22:29:59 +00:00
parent a3d3599f00
commit 44327fe949
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ $lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is
$lang['qso_btn_reset_qso'] = 'Reset';
$lang['qso_btn_save_qso'] = 'Save QSO';
$lang['qso_btn_edit_qso'] = 'Edit QSO';
// QSO Details

View File

@ -260,7 +260,7 @@
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
<br>
<p class="editButton"><a class="btn btn-primary" href="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i> Edit QSO</a></p>
<p class="editButton"><a class="btn btn-primary" href="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i><?php echo $this->lang->line('qso_btn_edit_qso'); ?></a></p>
<?php } ?>
<?php