diff --git a/allianceauth/templates/allianceauth/admin-status/overview.html b/allianceauth/templates/allianceauth/admin-status/overview.html index a8de1aca..47484a57 100644 --- a/allianceauth/templates/allianceauth/admin-status/overview.html +++ b/allianceauth/templates/allianceauth/admin-status/overview.html @@ -13,9 +13,9 @@ {% for notif in notifications %}
  • {% if notif.state == 'opened' %} - {% translate "Open" %} + {% translate "Open" %} {% else %} - {% translate "Closed" %} + {% translate "Closed" %} {% endif %} #{{ notif.iid }} {{ notif.title }}