diff --git a/templates/activities/notifications.html b/templates/activities/notifications.html index f34dc28..2d0a434 100644 --- a/templates/activities/notifications.html +++ b/templates/activities/notifications.html @@ -6,7 +6,7 @@ {% for event in events %} {% include "activities/_event.html" %} {% empty %} - No notirications yet. + No notifications yet. {% endfor %} {% if page_obj.has_next %}