mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixing a couple of typos
This commit is contained in:
parent
4d7a1c7477
commit
7bb1748332
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ class eqsl extends CI_Controller {
|
|||
}
|
||||
else
|
||||
{
|
||||
$eqsl_status = "Already recived an eQSL for this QSO.";
|
||||
$eqsl_status = "Already received an eQSL for this QSO.";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
@ -80,7 +80,7 @@ class eqsl extends CI_Controller {
|
|||
|
||||
$data['eqsl_table'] = $table;
|
||||
|
||||
$data['page_title'] = "eQSL ADIF Information";
|
||||
$data['page_title'] = "eQSL Import Information";
|
||||
$this->load->view('layout/header', $data);
|
||||
$this->load->view('eqsl/analysis');
|
||||
$this->load->view('layout/footer');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue