diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index e74757e2..b3d08377 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -71,7 +71,7 @@ {% if bans and bans|length > 0 and mod|hasPermission(config.mod.view_ban) %}
{% set bans_on_record = 'ban' ~ (bans|count != 1 ? 's' : '') ~ ' on record' %} - {{ bans|count }} {% trans bans_on_record %} + {{ bans|count }} {{ bans_on_record|trans }} {% for ban in bans %}