mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Remove redundant error message (already had one)
This commit is contained in:
@@ -191,7 +191,7 @@ if ($user eq "root") {
|
||||
$user = $username;
|
||||
}
|
||||
else {
|
||||
&error(&text('index_euser2', $username));
|
||||
&error(&text('index_euser', $username));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user