diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 2233ee86..e59b44dd 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -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');