Merge pull request #4367 from edx/sarina/i18n-course-handouts

i18n LMS and Studio components of course handouts
This commit is contained in:
Sarina Canelake
2014-07-10 14:47:23 -04:00
2 changed files with 10 additions and 8 deletions

View File

@@ -40,8 +40,8 @@ $(document).ready(function(){
<h1>${_("Course Updates &amp; News")}</h1>
${get_course_info_section(request, course, 'updates')}
</section>
<section aria-label="Handout Navigation" class="handouts">
<h1>${course.info_sidebar_name}</h1>
<section aria-label="${_('Handout Navigation')}" class="handouts">
<h1>${_(course.info_sidebar_name)}</h1>
${get_course_info_section(request, course, 'handouts')}
</section>
% else: