From 16a985212cb6b77abacc957989e9eb2b11e1e152 Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Wed, 6 Jul 2016 21:20:46 -0400 Subject: [PATCH] alphanumeric only text fix --- src/views/teacherregistration/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/teacherregistration/l10n.json b/src/views/teacherregistration/l10n.json index 558064a13..89081eaee 100644 --- a/src/views/teacherregistration/l10n.json +++ b/src/views/teacherregistration/l10n.json @@ -1,7 +1,7 @@ { "teacherRegistration.usernameStepDescription": "Fill in the following forms to request an account. The approval process may take up to 24 hours.", "teacherRegistration.usernameStepTitle": "Request a Teacher Account", - "teacherRegistration.validationUsernameRegexp": "Your username may only contain characters and \"-\"", + "teacherRegistration.validationUsernameRegexp": "Your username may only contain letters, numbers, and \"-\"", "teacherRegistration.validationUsernameMinLength": "Usernames must be at least 3 characters", "teacherRegistration.validationUsernameMaxLength": "Usernames must be at most 20 characters", "teacherRegistration.validationPasswordLength": "Passwords must be at least six characters",