From cc53b002266874933dcbdf590b9f57a08b1c4b7a Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 18 Jul 2020 17:02:01 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 .../apps/alsijil/templates/alsijil/class_register/lesson.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html b/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
index eef8332ee..127e55c21 100644
--- a/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
+++ b/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
@@ -88,7 +88,7 @@
 
                     {% if prev_doc.group_note %}
                       <tr>
-                        <th class="collection-item">{% trans "Group notes for this lesson:" %}</th>
+                        <th class="collection-item">{% trans "Group notes for previous lesson:" %}</th>
                         <td>{{ prev_doc.group_note }}</td>
                       </tr>
                     {% endif %}
-- 
GitLab