Merge pull request #441 from edx/update-error-msg-for-username

update error msg for username
This commit is contained in:
Uzair Rasheed
2021-09-22 12:13:02 +05:00
committed by GitHub

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