diff --git a/combo/apps/notifications/templates/combo/notificationscell.html b/combo/apps/notifications/templates/combo/notificationscell.html index 731a328e..3df3ad84 100644 --- a/combo/apps/notifications/templates/combo/notificationscell.html +++ b/combo/apps/notifications/templates/combo/notificationscell.html @@ -2,7 +2,6 @@ {% block cell-content %}

{% trans "Notifications" %}

{% if notifications %} - {% else %} +

{% trans 'No notifications.' %}

+
{% endif %} {% endblock %}