Typo fixes

This commit is contained in:
phl0
2025-01-20 16:31:42 +01:00
parent eed874f3eb
commit e9949e742d
2 changed files with 2 additions and 2 deletions

View File

@@ -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') {