Skip to content

Commit

Permalink
firewall: translate "if" as conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Mar 14, 2019
1 parent 8a16b40 commit 2b75bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/firewall_nat.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function delete_id($id, &$array)
<th style="width:2%"><input type="checkbox" id="selectAll"></th>
<th style="width:2%">&nbsp;</th>
<th style="width:2%">&nbsp;</th>
<th><?=gettext("If");?></th>
<th><?=gettext("Interface");?></th>
<th><?=gettext("Proto");?></th>
<th class="hidden-xs hidden-sm"><?=gettext("Address");?></th>
<th class="hidden-xs hidden-sm"><?=gettext("Ports");?></th>
Expand Down

0 comments on commit 2b75bba

Please sign in to comment.