diff --git a/application/controllers/User.php b/application/controllers/User.php index 724be3992..af67c9b24 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -1055,7 +1055,7 @@ class User extends CI_Controller { $this->session->set_flashdata('warning', __("You can't login to a clubstation directly. Use your personal account instead.")); redirect('user/login'); } else if ($login_attempt === 3) { - $this->session->set_flashdata('warning', __("Your account is locked, due to too many failed login-attempts. Please reset your Password.")); + $this->session->set_flashdata('warning', __("Your account is locked, due to too many failed login-attempts. Please reset your password.")); redirect('user/login'); } else { if(ENVIRONMENT == 'maintenance') { diff --git a/application/views/user/index.php b/application/views/user/index.php index 8d0e83403..c14c8f9ff 100644 --- a/application/views/user/index.php +++ b/application/views/user/index.php @@ -71,7 +71,7 @@