[Station Locations] Missed a title that needed changed

这个提交包含在:
Peter Goodhall 2021-03-24 18:00:31 +00:00
父节点 673228bc4c
当前提交 141d27f008

查看文件

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