From 141d27f0085d2887a8d3a3cded264369b62e4887 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 24 Mar 2021 18:00:31 +0000 Subject: [PATCH] [Station Locations] Missed a title that needed changed --- application/controllers/Station.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');