mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Move username validation message for specificity
This commit is contained in:
parent
79711963fd
commit
c90932071c
|
@ -439,6 +439,10 @@ core:
|
|||
submit_button: Reset Password
|
||||
title: => core.ref.reset_your_password
|
||||
|
||||
# Translations in this namespace are used in messages output by the API.
|
||||
api:
|
||||
invalid_username_message: "The username may only contain letters, numbers, and dashes."
|
||||
|
||||
# Translations in this namespace are used in emails sent by the forum.
|
||||
email:
|
||||
|
||||
|
|
|
@ -76,7 +76,3 @@ validation:
|
|||
name_plural: plural name
|
||||
tag_count_primary: number of primary tags
|
||||
tag_count_secondary: number of secondary tags
|
||||
|
||||
custom:
|
||||
username:
|
||||
regex: "The username may only contain letters, numbers, and dashes."
|
||||
|
|
Loading…
Reference in New Issue
Block a user