mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Station Locations] Missed a title that needed changed
This commit is contained in:
@@ -25,7 +25,7 @@ class Station extends CI_Controller {
|
||||
$data['is_there_qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
|
||||
|
||||
// Render Page
|
||||
$data['page_title'] = "Station Profiles";
|
||||
$data['page_title'] = "Station Location";
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('station_profile/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
|
||||
Reference in New Issue
Block a user