Skip to content

Commit

Permalink
- Last tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
basicer committed Mar 23, 2017
1 parent 8f88a01 commit 317fff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/locale/en.coffee
Expand Up @@ -1563,7 +1563,7 @@
teacher_quest_add_students: "Add Students"
teacher_quest_teach_methods: "Help your students learn how to `call methods`."
teacher_quest_teach_methods_step1: "Get 75% of at least one class through the first level, __Dungeons of Kithgard__"
teacher_quest_teach_methods_step2: "[Print out the Student Quick Start Guide in the Resource Hub.](http://files.codecombat.com/docs/resources/StudentQuickStartGuide.pdf)"
teacher_quest_teach_methods_step2: "Print out the [Student Quick Start Guide](http://files.codecombat.com/docs/resources/StudentQuickStartGuide.pdf) in the Resource Hub."
teacher_quest_teach_strings: "Don't string your students along, teach them `strings`."
teacher_quest_teach_strings_step1: "Get 75% of at least one class through __True Names__"
teacher_quest_teach_strings_step2: "Use the Teacher Level Selector on [Course Guides](/teachers/courses) page to preview __True Names__."
Expand Down
1 change: 1 addition & 0 deletions app/templates/courses/teacher-classes-view.jade
Expand Up @@ -169,6 +169,7 @@ mixin teacher-quests
h3(data-i18n="teacher.teacher_quest")
strong.center!= view.translateWithMarkdown('teacher.teacher_quest_keep_going')
else
br
strong.center!= view.translateWithMarkdown('teacher.teacher_quest_done')
ul
each quest in view.teacherQuestData
Expand Down

0 comments on commit 317fff1

Please sign in to comment.