Clean up i18n TODOs

This commit is contained in:
Phoenix Eliot 2016-08-12 13:27:30 -07:00
parent 31a3f9dff8
commit 76e461398e
2 changed files with 4 additions and 4 deletions

View file

@ -1394,6 +1394,8 @@
select_your_hero: "Select Your Hero"
select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
select_this_hero: "Select this Hero"
current_hero: "Current Hero:"
change_hero: "Change Hero"
teacher:
course_solution: "Course Solution"

View file

@ -45,12 +45,10 @@ block content
img(src=view.hero.getPortraitURL())
.current-hero-right-col
.semibold.current-hero-text
span.spr(data-i18n="TODO")
| Current Hero:
span.spr(data-i18n="courses.current_hero")
span.current-hero-name= view.hero.getHeroShortName()
button.change-hero-btn.btn.btn-lg.btn-forest
span(data-i18n="TODO")
| Change Hero
span(data-i18n="courses.change_hero")
if view.classrooms.size()
h3.text-uppercase(data-i18n="courses.my_classes")