Update username rule description

This commit is contained in:
Joshua Rosenfeld 2017-10-13 21:47:04 -04:00 committed by GitHub
parent 30bb3b4a86
commit 512a723936
1 changed files with 1 additions and 1 deletions

View File

@ -1749,7 +1749,7 @@ en:
username:
short: "must be at least %{min} characters"
long: "must be no more than %{max} characters"
characters: "must only include numbers, letters and underscores"
characters: "must only include numbers, letters, hyphens, and underscores"
unique: "must be unique"
blank: "must be present"
must_begin_with_alphanumeric_or_underscore: "must begin with a letter, a number or an underscore"