Move username validation message for specificity

This commit is contained in:
Toby Zerner 2016-11-27 19:41:18 +10:30
parent 79711963fd
commit c90932071c
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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."