diff --git a/mod/hotpot/report.php b/mod/hotpot/report.php index c9deae55702..471d87919e9 100644 --- a/mod/hotpot/report.php +++ b/mod/hotpot/report.php @@ -234,7 +234,7 @@ // stop now if no attempts were found if (empty($attempts)) { - print_heading(get_string('noattempts','quiz')); + print_heading(get_string('noattemptstoshow','quiz')); exit; }