From 9cbabee1260c034fa8a7adb4b591d14efaa8e1f5 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 13 Sep 2022 21:00:31 +0200 Subject: [PATCH] [CHANGE] Language names always start with a capital letter --- allianceauth/authentication/templates/public/lang_select.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/public/lang_select.html b/allianceauth/authentication/templates/public/lang_select.html index 1e2e0e2c..90a135d3 100644 --- a/allianceauth/authentication/templates/public/lang_select.html +++ b/allianceauth/authentication/templates/public/lang_select.html @@ -6,7 +6,7 @@ {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %} {% endfor %}