diff --git a/common/djangoapps/student/forms.py b/common/djangoapps/student/forms.py index 4a6f236b0d..4d96fdabb6 100644 --- a/common/djangoapps/student/forms.py +++ b/common/djangoapps/student/forms.py @@ -248,7 +248,7 @@ class AccountCreationForm(forms.Form): """ _EMAIL_INVALID_MSG = _("A properly formatted e-mail is required") - _NAME_TOO_SHORT_MSG = _("Your legal name must be a minimum of two characters long") + _NAME_TOO_SHORT_MSG = _("Your legal name must be a minimum of one character long") # TODO: Resolve repetition diff --git a/common/test/acceptance/tests/lms/test_account_settings.py b/common/test/acceptance/tests/lms/test_account_settings.py index 3c0db1003b..4112132272 100644 --- a/common/test/acceptance/tests/lms/test_account_settings.py +++ b/common/test/acceptance/tests/lms/test_account_settings.py @@ -291,7 +291,7 @@ class AccountSettingsPageTest(AccountSettingsTestMixin, AcceptanceTest): u'name', u'Full Name', self.full_name, - u'@', + u' ', [u'