Просмотр исходного кода

Fix translation string - IP lists page

Kristan Kenney 5 лет назад
Родитель
Сommit
78d1cee01c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/admin/list_firewall_ipset.html

+ 1 - 1
web/templates/admin/list_firewall_ipset.html

@@ -102,7 +102,7 @@
           <div class="data-count l-unit__col l-unit__col--right clearfix">
             <?php
               if ( $i == 0) {
-                echo __('There are currently no Ipset lists defined.');
+                echo __('There are currently no IP lists defined.');
               }
               if ( $i == 1) {
                 echo __('1 Ipset list');