i18n the view live button on the studio dashboard

This commit is contained in:
Frances Botsford
2013-07-12 14:32:01 -04:00
committed by David Baumgold
parent a6f349dab9
commit 260b5ccef4

View File

@@ -76,7 +76,7 @@
<a class="class-link" href="${url}" class="class-name">
<span class="class-name">${course}</span>
</a>
<a href="${lms_link}" rel="external" class="button view-button view-live-button">View Live</a>
<a href="${lms_link}" rel="external" class="button view-button view-live-button">${_("View Live")}</a>
</li>
%endfor
</ul>