aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-01-28 13:53:04 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2015-01-28 13:53:04 -0500
commit1612b97da9ba728b3276dd364826da3edffcda51 (patch)
tree47d38d794728c89990b537f9f4031da645186112 /config/suricata
parentfa3836eea7b901ef746d32bcc40f512d57dc742f (diff)
downloadpfsense-packages-1612b97da9ba728b3276dd364826da3edffcda51.tar.gz
pfsense-packages-1612b97da9ba728b3276dd364826da3edffcda51.tar.bz2
pfsense-packages-1612b97da9ba728b3276dd364826da3edffcda51.zip
Fix typos where "Snort" should be "Suricata" in labels.
Diffstat (limited to 'config/suricata')
-rw-r--r--config/suricata/suricata_global.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/suricata/suricata_global.php b/config/suricata/suricata_global.php
index eb657465..8eea8d2d 100644
--- a/config/suricata/suricata_global.php
+++ b/config/suricata/suricata_global.php
@@ -236,13 +236,13 @@ if ($input_errors)
<tr>
<td valign="top" width="8%"><input name="enable_etopen_rules" type="checkbox" value="on" onclick="enable_et_rules();"
<?php if ($config['installedpackages']['suricata']['config'][0]['enable_etopen_rules']=="on") echo "checked"; ?>/></td>
- <td><span class="vexpl"><?php echo gettext("ETOpen is an open source set of Snort rules whose coverage " .
+ <td><span class="vexpl"><?php echo gettext("ETOpen is an open source set of Suricata rules whose coverage " .
"is more limited than ETPro."); ?></span></td>
</tr>
<tr>
<td valign="top" width="8%"><input name="enable_etpro_rules" type="checkbox" value="on" onclick="enable_pro_rules();"
<?php if ($config['installedpackages']['suricata']['config'][0]['enable_etpro_rules']=="on") echo "checked"; ?>/></td>
- <td><span class="vexpl"><?php echo gettext("ETPro for Snort offers daily updates and extensive coverage of current malware threats."); ?></span></td>
+ <td><span class="vexpl"><?php echo gettext("ETPro for Suricata offers daily updates and extensive coverage of current malware threats."); ?></span></td>
</tr>
<tr>
<td>&nbsp;</td>