mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
use "noattemptstoshow" message instead of "noattempts"
This commit is contained in:
parent
2ddc00d223
commit
29651b84a5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user