Browse Source

Improved error message

Jaap Marcus 5 years ago
parent
commit
51b24e002e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/login/index.php

+ 1 - 1
web/login/index.php

@@ -45,7 +45,7 @@ function authenticate_user(){
     if($_POST['user'] == 'root'){
     if($_POST['user'] == 'root'){
         unset($_POST['password']);
         unset($_POST['password']);
         unset($_POST['user']);
         unset($_POST['user']);
-        $error = "<a class=\"error\">".__('Login with <strong>root</strong> has been disabled')."</a>";
+        $error = "<a class=\"error\">".__('Login with <strong>root</strong> account has been disabled')."</a>";
         return $error;                  
         return $error;                  
     }    
     }