From 1847bee0ad6b84a00a94f3a609d0d65e15420e5e Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 15 Dec 2020 16:01:07 +0500 Subject: [PATCH] PROD-2084 --- lms/static/js/instructor_dashboard/student_admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/js/instructor_dashboard/student_admin.js b/lms/static/js/instructor_dashboard/student_admin.js index 083475f879..54b773faaa 100644 --- a/lms/static/js/instructor_dashboard/student_admin.js +++ b/lms/static/js/instructor_dashboard/student_admin.js @@ -153,7 +153,7 @@ delete_module: false }; successMessage = gettext("Success! Problem attempts reset for problem '<%- problem_id %>' and student '<%- student_id %>'."); // eslint-disable-line max-len - errorMessage = gettext("Error resetting problem attempts for problem '<%= problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct."); // eslint-disable-line max-len + errorMessage = gettext("Error resetting problem attempts for problem '<%- problem_id %>' and student '<%- student_id %>'. Make sure that the problem and student identifiers are complete and correct."); // eslint-disable-line max-len fullSuccessMessage = _.template(successMessage)({ problem_id: problemToReset, student_id: uniqStudentIdentifier