improve username length errors

This commit is contained in:
Jeff Atwood 2014-06-09 17:25:46 -07:00
parent 9f56d7d19d
commit 8d04e54198

View File

@ -996,8 +996,8 @@ en:
user:
username:
short: "must be longer than %{min} characters"
long: "must be shorter than %{max} characters"
short: "must be at least %{min} characters"
long: "must be no more than %{max} characters"
characters: "must only include numbers, letters and underscores"
unique: "must be unique"
blank: "must be present"