mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
alphanumeric only text fix
This commit is contained in:
parent
633fee162a
commit
16a985212c
1 changed files with 1 additions and 1 deletions
|
@ -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.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.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.validationUsernameMinLength": "Usernames must be at least 3 characters",
|
||||||
"teacherRegistration.validationUsernameMaxLength": "Usernames must be at most 20 characters",
|
"teacherRegistration.validationUsernameMaxLength": "Usernames must be at most 20 characters",
|
||||||
"teacherRegistration.validationPasswordLength": "Passwords must be at least six characters",
|
"teacherRegistration.validationPasswordLength": "Passwords must be at least six characters",
|
||||||
|
|
Loading…
Reference in a new issue