username characters validation error should include underscores

This commit is contained in:
Shiv Kumar 2014-01-09 15:18:28 -08:00
parent 77dd47472c
commit 7df71f7bce
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ en:
username:
short: "must be longer than %{min} characters"
long: "must be shorter than %{max} characters"
characters: "must only include numbers and letters"
characters: "must only include numbers, letters and underscores"
unique: "must be unique"
blank: "must be present"
must_begin_with_alphanumeric: "must begin with a letter or number"