mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 11:32:35 +00:00
typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user