diff --git a/app/templates/add.html b/app/templates/add.html index 07cc495..2c2d3a0 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 %}