diff --git a/lms/templates/quiz/quiz.js b/lms/templates/quiz/quiz.js
index 9f1466f7..37fd563e 100644
--- a/lms/templates/quiz/quiz.js
+++ b/lms/templates/quiz/quiz.js
@@ -120,9 +120,8 @@ const quiz_summary = (e = undefined) => {
$(".quiz-footer span").addClass("hide");
$("#quiz-form").prepend(
`
- ${__("Your score is ")} ${data.message.score} ${__(
- " out of "
- )} ${total_questions}
+ ${__("Your score is")} ${data.message.score}
+ ${__("out of")} ${total_questions}
`
);
$("#try-again").attr("data-submission", data.message.submission);
diff --git a/lms/www/classes/class.html b/lms/www/classes/class.html
index ec398d4e..01f895ac 100644
--- a/lms/www/classes/class.html
+++ b/lms/www/classes/class.html
@@ -266,7 +266,7 @@
{{ _("Create Assignment") }}
-
+
{{ _("Create Quiz") }}