diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-03-18 12:50:15 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-03-18 12:50:15 -0400 |
commit | f881797e8988ca6164d6da25d81c6cc60e4d3126 (patch) | |
tree | 862ec6710a4f758c5d87e96eb3fb5ca6fa9bbb04 /config/suricata/suricata_interfaces.php | |
parent | 66712d6f4db59a164d74b35d5ae030d79bb86d7d (diff) | |
download | pfsense-packages-f881797e8988ca6164d6da25d81c6cc60e4d3126.tar.gz pfsense-packages-f881797e8988ca6164d6da25d81c6cc60e4d3126.tar.bz2 pfsense-packages-f881797e8988ca6164d6da25d81c6cc60e4d3126.zip |
Change column header to "Pattern Match".
Diffstat (limited to 'config/suricata/suricata_interfaces.php')
-rw-r--r-- | config/suricata/suricata_interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_interfaces.php b/config/suricata/suricata_interfaces.php index 50ca99c1..5e5d8c44 100644 --- a/config/suricata/suricata_interfaces.php +++ b/config/suricata/suricata_interfaces.php @@ -190,7 +190,7 @@ include_once("head.inc"); <th class="list"> </th> <th class="listhdrr"><?php echo gettext("Interface"); ?></th> <th class="listhdrr"><?php echo gettext("Suricata"); ?></th> - <th class="listhdrr"><?php echo gettext("Pattern Matcher"); ?></th> + <th class="listhdrr"><?php echo gettext("Pattern Match"); ?></th> <th class="listhdrr"><?php echo gettext("Block"); ?></th> <th class="listhdrr"><?php echo gettext("Barnyard2"); ?></th> <th class="listhdr"><?php echo gettext("Description"); ?></th> |