Skip to content

Commit 51b24e0

Browse files
committed
Improved error message
1 parent 7d22f1f commit 51b24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/login/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function authenticate_user(){
4545
if($_POST['user'] == 'root'){
4646
unset($_POST['password']);
4747
unset($_POST['user']);
48-
$error = "<a class=\"error\">".__('Login with <strong>root</strong> has been disabled')."</a>";
48+
$error = "<a class=\"error\">".__('Login with <strong>root</strong> account has been disabled')."</a>";
4949
return $error;
5050
}
5151

0 commit comments

Comments
 (0)