diff --git a/lms/templates/courseware/proctored-exam-status.underscore b/lms/templates/courseware/proctored-exam-status.underscore
index af2666982d..de14370bf4 100644
--- a/lms/templates/courseware/proctored-exam-status.underscore
+++ b/lms/templates/courseware/proctored-exam-status.underscore
@@ -8,7 +8,7 @@
%>
<% // xss-lint: disable=underscore-not-escaped %>
- <%= interpolate_text('You are taking "{exam_link}" as {exam_type}. ', {exam_link: "
"+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('a timed exam')}) %>
+ <%= interpolate_text(gettext('You are taking "{exam_link}" as {exam_type}. '), {exam_link: "
"+gtLtEscape(exam_display_name)+"", exam_type: (!_.isUndefined(arguments[0].exam_type)) ? exam_type : gettext('a timed exam')}) %>
<%- gettext('The timer on the right shows the time remaining in the exam.') %>
<%- gettext('To receive credit for problems, you must select "Submit" for each problem before you select "End My Exam".') %>