diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/activities/notifications.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |