Browse Source

Fix translation string - IP lists page

Kristan Kenney 5 years ago
parent
commit
78d1cee01c
1 changed files with 1 additions and 1 deletions
  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');