Skip to content

Commit 3841a38

Browse files
Merge pull request #156 from elearningsoftware/adrian-sarmas-add-nousers-message
Fix missing 'nousersyet' string in report view (#155) The string 'nousersyet' was used in report.php but was not defined in the plugin language file, nor does it exist in Moodle core. This commit adds the missing string definition to lang/en/journal.php to resolve the debugging notice.
2 parents 7b6df46 + 68a65ac commit 3841a38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lang/en/journal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
$string['notifyteachers_help'] = 'If enabled, teachers will receive a notification via Moodle messaging when a student creates or updates a journal entry.';
140140
$string['notopenuntil'] = 'This journal won\'t be open until';
141141
$string['notstarted'] = 'You have not started this journal yet';
142+
$string['nousersyet'] = 'There are no users yet';
142143
$string['numchars'] = '{$a} characters';
143144
$string['overallrating'] = 'Overall rating';
144145
$string['pluginadministration'] = 'Journal module administration';

0 commit comments

Comments
 (0)