We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553811 commit 28841c5Copy full SHA for 28841c5
web/templates/admin/add_firewall_banlist.html
@@ -72,7 +72,7 @@
72
</tr>
73
<tr>
74
<td class="vst-text input-label">
75
- <?php print __('IP address');?> <span class="optional">(<?php print __('CDIR format is supported');?>)</span>
+ <?php print __('IP address');?> <span class="optional">(<?php print __('CIDR format is supported');?>)</span>
76
</td>
77
78
@@ -95,4 +95,4 @@
95
96
</table>
97
</from>
98
- </div>
+ </div>
0 commit comments