diff --git a/cms/templates/js/no-textbooks.underscore b/cms/templates/js/no-textbooks.underscore index cd5fe808a8..2213905860 100644 --- a/cms/templates/js/no-textbooks.underscore +++ b/cms/templates/js/no-textbooks.underscore @@ -1,3 +1,3 @@
-

You haven't added any textbooks to this course yet. Add your first textbook

+

<%= gettext("You haven't added any textbooks to this course yet.") %><%= gettext("Add your first textbook") %>

diff --git a/cms/templates/textbooks.html b/cms/templates/textbooks.html index fb32229185..0e1d46cabf 100644 --- a/cms/templates/textbooks.html +++ b/cms/templates/textbooks.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <%! import json %> -<%block name="title">Textbooks +<%block name="title">${_("Textbooks")} <%block name="bodyclass">is-signedin course textbooks <%block name="header_extras"> @@ -44,23 +44,21 @@ $(function() { }) }) - - <%block name="content">

- Course Content - > Textbooks + ${_("Course Content")} + > ${_("Textbooks")}

@@ -73,26 +71,15 @@ $(function() { - - -
- - - -