summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-04-03 17:27:51 -0400
committerChris Buechler <cmb@pfsense.org>2010-04-03 17:27:51 -0400
commit8b69a3e14f89ac68890426898d8b57bad9111bf5 (patch)
tree43a3df198cf0f690dd19722d50c267ef861fc44f /usr/local/www/firewall_rules_edit.php
parent12980094ca2d4a3b3551f6bd82a8ba63247a9861 (diff)
downloadpfsense-8b69a3e14f89ac68890426898d8b57bad9111bf5.zip
pfsense-8b69a3e14f89ac68890426898d8b57bad9111bf5.tar.gz
fix text
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 8493914..a41bcb2 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -354,7 +354,7 @@ if ($_POST) {
$input_errors[] = 'ID must be an integer';
if($_POST['l7container'] && $_POST['l7container'] != "none") {
if(!($_POST['proto'] == "tcp" || $_POST['proto'] == "udp" || $_POST['proto'] == "tcp/udp"))
- $input_errors[] = "You can only select a layer7 container for tcp and/or udp protocols";
+ $input_errors[] = "You can only select a layer7 container for TCP and/or UDP protocols";
if ($_POST['type'] <> "pass")
$input_errors[] = "You can only select a layer7 container for Pass type rules.";
}
OpenPOWER on IntegriCloud