From b8296c67a186c7300902525afb08ff0fc35b9f22 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Tue, 20 Sep 2016 12:17:39 -0700 Subject: [PATCH] Avoid skimmers thinking we are teaching Microsoft Excel --- app/locale/en.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 31d1182ca..1ee9c219b 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -11,7 +11,7 @@ learn_more: "Learn more" classroom_in_a_box: "A classroom in-a-box for teaching computer science." codecombat_is: "CodeCombat is a platform for students to learn computer science while playing through a real game." - our_courses: "Our courses have been specifically playtested to excel in the classroom, even by teachers with little to no prior programming experience." + our_courses: "Our courses have been specifically playtested to excel in the classroom, even by teachers with little to no prior programming experience." top_screenshots_hint: "Students write code and see their changes update in real-time" designed_with: "Designed with teachers in mind" real_code: "Real, typed code"