From 68a65ac1cacc95dbd2c2bdd7856a66011204e9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20S=C4=83rma=C8=99?= Date: Tue, 10 Feb 2026 11:32:40 +0200 Subject: [PATCH] Add message for no users in journal --- lang/en/journal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/journal.php b/lang/en/journal.php index a9c7e2b..a4367e3 100755 --- a/lang/en/journal.php +++ b/lang/en/journal.php @@ -139,6 +139,7 @@ $string['notifyteachers_help'] = 'If enabled, teachers will receive a notification via Moodle messaging when a student creates or updates a journal entry.'; $string['notopenuntil'] = 'This journal won\'t be open until'; $string['notstarted'] = 'You have not started this journal yet'; +$string['nousersyet'] = 'There are no users yet'; $string['numchars'] = '{$a} characters'; $string['overallrating'] = 'Overall rating'; $string['pluginadministration'] = 'Journal module administration';