update error msg for username

This commit is contained in:
uzairr
2021-09-22 04:29:16 +05:00
parent 57cc5a4692
commit cdf0c29d01

View File

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