summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-07 13:20:19 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-07 13:20:19 -0400
commitbda7ff6da0cfadbacf5f564fc56a632cc2fc8f99 (patch)
treefc5d4564afbb24bbdb950035412e2865569680d1 /src/usr/local/www/firewall_rules_edit.php
parent025972525b49c513bd3d1dad5cc69cf49e98605b (diff)
downloadpfsense-bda7ff6da0cfadbacf5f564fc56a632cc2fc8f99.zip
pfsense-bda7ff6da0cfadbacf5f564fc56a632cc2fc8f99.tar.gz
Fixed #5283
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 5fb11ad..c5861ef 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1264,7 +1264,7 @@ foreach (['src' => 'Source', 'dst' => 'Destination'] as $type => $name) {
);
if($type == 'dst') {
- $ruleValues['self'] = "This firewall (self)";
+ $ruleValues['(self)'] = "This firewall (self)";
}
if (isset($a_filter[$id]['floating']) || $if == "FloatingRules")
OpenPOWER on IntegriCloud