Remove redundant error message (already had one)

This commit is contained in:
iliajie
2022-10-31 00:23:24 +02:00
parent 27e3b7cbed
commit 16859a87fd
2 changed files with 1 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ if ($user eq "root") {
$user = $username;
}
else {
&error(&text('index_euser2', $username));
&error(&text('index_euser', $username));
}
}
}

View File

@@ -1,7 +1,6 @@
index_title=Terminal
index_cpan=The Perl module <tt>$1</tt> needed to accept WebSockets connections is not available, but you can install it automatically using Webmin's <a href='$2'>Perl Modules</a> module.
index_euser=Error : User $1 cannot run the shell as it does not exist!
index_euser2=Error : User $1 doesn't exist!
acl_user=Run shell as Unix user
acl_sameuser=Same as Webmin login