summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-09 14:17:42 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-09 14:17:42 -0500
commitb04d849de1b0fe99c7b7bb510a7b3b6c14c3cd28 (patch)
tree90744c09ae66e9a2418892aef33895f98d5d43a7 /src/usr/local
parente2461a2f1dd3de3a028f5798a11c6b1a0ef7578c (diff)
downloadpfsense-b04d849de1b0fe99c7b7bb510a7b3b6c14c3cd28.zip
pfsense-b04d849de1b0fe99c7b7bb510a7b3b6c14c3cd28.tar.gz
Typo in icon color
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 036e931..47ac7b1 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -512,7 +512,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
</a>
<?php
if ($filterent['quick'] == 'yes') {
- print '<i class="fa fa-forward text-succcess" title="'. gettext("&quot;Quick&quot; rule. Applied immediately on match.") .'" style="cursor: pointer;"></i>';
+ print '<i class="fa fa-forward text-success" title="'. gettext("&quot;Quick&quot; rule. Applied immediately on match.") .'" style="cursor: pointer;"></i>';
}
$isadvset = firewall_check_for_advanced_options($filterent);
OpenPOWER on IntegriCloud