This commit is contained in:
calzoneman 2014-04-30 19:36:01 -05:00
parent c11d31e716
commit e9fc3cfaca
2 changed files with 2 additions and 3 deletions

View file

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