diff --git a/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html b/aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
index eef8332eed8be8dad76e324b148925bd4417cc99..127e55c210dd6bd469a0eeab19944bc279a0540f 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 %}