From 016d009d3dc204521e50d60bf3963c7329a697e3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 7 Nov 2022 14:08:50 +0200 Subject: [PATCH] cosmetic fix in leaderboard --- files/templates/leaderboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index b8ea61be0..0aa874c6b 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -24,7 +24,7 @@ {% endmacro %} {% macro leaderboard_table(lb) %} -
Top {{lb.limit}} by {{lb.table_header_name}}
+
Top {{lb.limit}} {% if lb.table_header_name != 'most blocked' %}by{% endif %} {{lb.table_header_name}}