X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Fusers%2Fidentification.php;h=e8c5f78ab289c8e82cd58b02201b6d07d1b3ba57;hb=ae216ae6cf9618362246dbe1947036381081f1a1;hp=042231b3eccbf182b638a6cd3cb793ae0b45bf7c;hpb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;p=mtweb diff --git a/mw/app/controllers/users/identification.php b/mw/app/controllers/users/identification.php index 042231b..e8c5f78 100644 --- a/mw/app/controllers/users/identification.php +++ b/mw/app/controllers/users/identification.php @@ -16,7 +16,7 @@ ); $env->call_observers("user_login", array("user" => $user)); } - else $env->message("Idantifiants incorrects"); + else $env->message("Identifiants incorrects"); } }