Add validation message for username regex rule

See flarum/core@445517ee84
This commit is contained in:
Toby Zerner 2016-02-26 14:00:03 +10:30
parent 24d96f808d
commit bac0b84b88

View File

@ -67,3 +67,7 @@ validation:
content: content
name_singular: singular name
name_plural: plural name
custom:
username:
regex: "The username may only contain letters, numbers, and dashes."