From 4706c01e8971ecb4d06522dedb4fe28dc42e22cb Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 8 Dec 2024 20:56:53 +0100 Subject: [PATCH] typo --- application/controllers/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/User.php b/application/controllers/User.php index 91a9b1024..b5c40921b 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -1390,7 +1390,7 @@ class User extends CI_Controller { $this->input->set_cookie($cookie); // log out on the regular way - $msg = ['notice', sprintf(__("You have been logged out of the club station %s. Welcome back, %s, to your personal account!"), $club->user_callsign, $source_user->user_callsign)]; + $msg = ['notice', sprintf(__("You have been logged out of the clubstation %s. Welcome back, %s, to your personal account!"), $club->user_callsign, $source_user->user_callsign)]; $this->logout($msg); } }