[Station Locations] Missed a title that needed changed

This commit is contained in:
Peter Goodhall
2021-03-24 18:00:31 +00:00
parent 673228bc4c
commit 141d27f008

View File

@@ -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');