X-Git-Url: http://git.dj3c1t.com/index.cgi?p=mtweb;a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Fusers%2Fidentification.php;fp=mw%2Fapp%2Fcontrollers%2Fusers%2Fidentification.php;h=e8c5f78ab289c8e82cd58b02201b6d07d1b3ba57;hp=042231b3eccbf182b638a6cd3cb793ae0b45bf7c;hb=bbf4a37f435d057379b5f4abd21a282a339f3cd9;hpb=a3b64b4d11e3b48f09d357d53ac2cbbe735abf5f 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"); } }