summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-08 11:14:58 -0500
committerjim-p <jimp@pfsense.org>2016-03-08 11:15:20 -0500
commit15b6dcac6ae1697336a762b955cbde19d30047c4 (patch)
treed95acdfaafff20e5078b66f3e4b81435d1d05004 /src/usr/local/www/firewall_nat_1to1.php
parent1ce9c03dc3f24f44f6d36a182f45ed0d2ad8ecfe (diff)
downloadpfsense-15b6dcac6ae1697336a762b955cbde19d30047c4.zip
pfsense-15b6dcac6ae1697336a762b955cbde19d30047c4.tar.gz
Correct some icon usage inconsistencies. Fixes #5965
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 0c77c76..2750da6 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -210,7 +210,7 @@ display_top_tabs($tab_array);
<a href="?act=toggle&amp;id=<?=$i?>">
<i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
<?php if (isset($natent['nobinat'])) { ?>
- &nbsp;<i class="fa fa-hand-paper-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
+ &nbsp;<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
<?php } ?>
</a>
</td>
OpenPOWER on IntegriCloud