Fix #356
This commit is contained in:
parent
c11d31e716
commit
e9fc3cfaca
2 changed files with 2 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ html(lang="en")
|
|||
$("<p/>").addClass("text-danger")
|
||||
.attr("id", "usernameerror")
|
||||
.text("Username must consist of 1-20 characters a-Z, A-Z, 0-9 " +
|
||||
", -, _, and accented letters.")
|
||||
", -, or _.")
|
||||
.insertAfter($("#username"));
|
||||
return false;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue