From ba10afc417ab77dafb0dbdb6f2c15cf8507a2053 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 9 Jun 2024 10:21:00 +0200 Subject: [PATCH] typo --- application/controllers/Stationsetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php index 0c5252973..266500df4 100644 --- a/application/controllers/Stationsetup.php +++ b/application/controllers/Stationsetup.php @@ -178,7 +178,7 @@ class Stationsetup extends CI_Controller { $station_logbook_details_query = $this->logbooks_model->logbook(xss_clean($this->input->post('id', true))); $data['station_logbook_details'] = $station_logbook_details_query->row(); $data['station_locations_linked'] = $this->logbooks_model->list_logbooks_linked($this->input->post('id', true)); - $data['page_title'] = __("Edit lined locations"); + $data['page_title'] = __("Edit linked locations"); $this->load->view('stationsetup/linkedlocations', $data); }