Skip to content

Commit 78d1cee

Browse files
author
Kristan Kenney
committed
Fix translation string - IP lists page
1 parent 223c89a commit 78d1cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_firewall_ipset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<div class="data-count l-unit__col l-unit__col--right clearfix">
103103
<?php
104104
if ( $i == 0) {
105-
echo __('There are currently no Ipset lists defined.');
105+
echo __('There are currently no IP lists defined.');
106106
}
107107
if ( $i == 1) {
108108
echo __('1 Ipset list');

0 commit comments

Comments
 (0)