From af1f67a70a0663cc5d4f49437db20c23d86eb49c Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Wed, 20 Jun 2018 09:06:38 -0400 Subject: [PATCH] Fix issue with error copy to match new teacher age limit. --- 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 a8028815a..555610c84 100644 --- a/src/views/teacherregistration/l10n.json +++ b/src/views/teacherregistration/l10n.json @@ -35,5 +35,5 @@ "teacherRegistration.emailStepTitle": "Email Address", "teacherRegistration.emailStepDescription": "We will send you a confirmation email that will allow you to access your Scratch Teacher Account.", "teacherRegistration.validationEmailMatch": "The emails do not match", - "teacherRegistration.validationAge": "Sorry, teachers must be at least 13 years old" + "teacherRegistration.validationAge": "Sorry, teachers must be at least 16 years old" }