diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html
index 6fc26f9d..d9c1da69 100644
--- a/templates/exam_overview_js.html
+++ b/templates/exam_overview_js.html
@@ -17,7 +17,7 @@
if (data.status == "success") {
toastr.info(`Exam: ${data.name} [${data.id}]
- Active state changed to: ${data.publish_results}.`)
+ Active state changed to: ${data.active}.`)
}
// show some message according to the response.
// For eg. A message box showing that the status has been changed