Update guest_login.php

This commit is contained in:
gnomus 2016-11-24 12:22:18 +01:00 committed by GitHub
parent 7b32a40308
commit dc49b9af41
1 changed files with 1 additions and 1 deletions

View File

@ -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;