mirror of
https://github.com/flarum/core.git
synced 2025-08-24 17:13:44 +02:00
Move username validation message for specificity
This commit is contained in:
@@ -439,6 +439,10 @@ core:
|
|||||||
submit_button: Reset Password
|
submit_button: Reset Password
|
||||||
title: => core.ref.reset_your_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.
|
# Translations in this namespace are used in emails sent by the forum.
|
||||||
email:
|
email:
|
||||||
|
|
||||||
|
@@ -76,7 +76,3 @@ validation:
|
|||||||
name_plural: plural name
|
name_plural: plural name
|
||||||
tag_count_primary: number of primary tags
|
tag_count_primary: number of primary tags
|
||||||
tag_count_secondary: number of secondary tags
|
tag_count_secondary: number of secondary tags
|
||||||
|
|
||||||
custom:
|
|
||||||
username:
|
|
||||||
regex: "The username may only contain letters, numbers, and dashes."
|
|
||||||
|
Reference in New Issue
Block a user