Update guest_login.php
This commit is contained in:
parent
7b32a40308
commit
dc49b9af41
|
@ -306,7 +306,7 @@ function guest_login() {
|
|||
}
|
||||
} else {
|
||||
$valid = false;
|
||||
error(_("No user was found with that Nickname. Please try again. If you are still having problems, ask an Dispatcher."));
|
||||
error(_("No user was found with that Nickname. Please try again. If you are still having problems, ask a Dispatcher."));
|
||||
}
|
||||
} else {
|
||||
$valid = false;
|
||||
|
|
Loading…
Reference in New Issue