From e5c71d0c6a85e8bf6b327e2f9e1736e43f1bdf1f Mon Sep 17 00:00:00 2001
From: Popey456963 <popey@debenclipper.com>
Date: Tue, 24 Feb 2015 20:46:49 +0000
Subject: [PATCH] Changed aimed to recommended

---
 app/locale/en.coffee        | 4 ++--
 app/templates/teachers.jade | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index e298b5d28..e3386e238 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -546,8 +546,8 @@
     violent_2: "If you are comfortable having your students play Angry Birds, you will be comfortable with CodeCombat."
     for_girls_title: "Is it for girls?"
     for_girls_1: "There are three game modes in CodeCombat: building, puzzles, and combat. We have intentionally designed each to appeal to both boys and girls and think that the building and puzzle levels especially differentiate the game from violent triple A titles that repel female players."
-    age_recommended_title: "What age is it aimed at?"
-    age_recommended_1: "The recommend minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
+    age_recommended_title: "What age is it recommended at?"
+    age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
     what_cover_title: "What do we cover?"
     what_cover_1: "There are 27 levels in the first stage of CodeCombat that teach and reinforce 6 specific computer science concepts:"
     what_cover_notation_1: "Formal notation"
diff --git a/app/templates/teachers.jade b/app/templates/teachers.jade
index bf7ed4981..d47535531 100644
--- a/app/templates/teachers.jade
+++ b/app/templates/teachers.jade
@@ -45,10 +45,10 @@ block content
         | from violent triple A titles that repel female players.
         
       h3(data-i18n="teachers.age_recommended_title")
-        | What age is it aimed at?
+        | What age is it recommended at?
         
       p(data-i18n="teachers.age_recommended_1")
-        | The recommend minimum age is 9, however children as young as 7 can play the 
+        | The recommended minimum age is 9, however children as young as 7 can play the 
         | first stages with the assistance of an adult.
         
       h3(data-i18n="teachers.what_cover_title")