mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
username characters validation error should include underscores
This commit is contained in:
parent
77dd47472c
commit
7df71f7bce
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ en:
|
||||||
username:
|
username:
|
||||||
short: "must be longer than %{min} characters"
|
short: "must be longer than %{min} characters"
|
||||||
long: "must be shorter than %{max} 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"
|
unique: "must be unique"
|
||||||
blank: "must be present"
|
blank: "must be present"
|
||||||
must_begin_with_alphanumeric: "must begin with a letter or number"
|
must_begin_with_alphanumeric: "must begin with a letter or number"
|
||||||
|
|
Loading…
Reference in a new issue