From 2a50d5b86947febfa06068c3669341c0a17f85e2 Mon Sep 17 00:00:00 2001 From: Aidaho Date: Sat, 5 Aug 2023 09:25:59 +0300 Subject: [PATCH] v6.3.17.0 Changelog: https://roxy-wi.org/changelog#6_3_17 --- app/templates/add.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/add.html b/app/templates/add.html index 07cc495f..2c2d3a08 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -1039,7 +1039,7 @@ - {{lang.words.add}} Peer + {{lang.words.add|title()}} peer {{lang.words.generate|title()}} {{lang.words.config}} @@ -1084,7 +1084,7 @@ {% for list in black_lists %} - + {{ list }} {% endfor %} @@ -1115,7 +1115,7 @@ {% for list in white_lists %} - + {{ list }} {% endfor %} @@ -1156,7 +1156,7 @@ {% for map in maps %} - + {{ map }} {% endfor %}