update error msg for username
This commit is contained in:
@@ -128,7 +128,7 @@ const messages = defineMessages({
|
||||
},
|
||||
'username.format.validation.message': {
|
||||
id: 'username.format.validation.message',
|
||||
defaultMessage: 'Usernames can only contain letters (A-Z, a-z), numerals (0-9), underscores (_), and hyphens (-).',
|
||||
defaultMessage: 'Usernames can only contain letters (A-Z, a-z), numerals (0-9), underscores (_), and hyphens (-). Usernames cannot contain spaces.',
|
||||
description: 'Validation message that appears when username format is invalid',
|
||||
},
|
||||
'support.education.research': {
|
||||
|
||||
Reference in New Issue
Block a user