Merge pull request #1805 from shivpkumar/master

username characters validation error should include underscores
This commit is contained in:
Jeff Atwood 2014-01-09 15:23:59 -08:00
commit 20aa8bc224
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,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"