This commit is contained in:
HB9HIL
2024-12-08 20:56:53 +01:00
parent e01aa67bb6
commit 4706c01e89

View File

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