small fix

This commit is contained in:
Faheed 2025-09-07 17:22:53 +03:00
parent e901e2e4e6
commit e8c0cdc2d4

View File

@ -47,7 +47,7 @@ body {
<h1 class="display-5 fw-bolder">{% trans "Inbox" %}</h1>
<div class="d-flex align-items-center">
<span class="text-muted d-none d-md-block me-3">
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "notifications" %}
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "Notifications" %}
</span>
<a href="{% url 'mark_all_notifications_as_read' %}"
hx-get="{% url 'mark_all_notifications_as_read' %}"