Skip to content

Commit

Permalink
Changed heading to IPv6 Pin Hole Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed May 30, 2024
1 parent e94eea8 commit 8df2d2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ ngx.print(ui_helper.createHeader(T"Firewall",true,false),'\
ui_helper.createMessages(message_helper.popMessages()),
ui_helper.createAlertBlock(T"To enter WAN port ranges use <b>':'</b> (for example 500:505)",info),'\
<fieldset>\
<legend>',T"IPv4 Port Forwarding",'</legend>')
<legend>',T"IPv4 Port Forwarding Rules",'</legend>')
if #upnp_data > 0 then
ui_helper.createAlertBlock(T"WARNING: WAN ports can <b>NOT</b> overlap existing UPnP leases, even if UPnP is <i>disabled</i>!",warning)
end
Expand All @@ -618,7 +618,7 @@ ngx.print(ui_helper.createHeader(T"Firewall",true,false),'\
if ipv6.lanIpv6Enabled ~= "0" and ipv6.pinholeEnabled == "1" then
ngx.print('\
<fieldset>\
<legend>',T"IPv6 Port Forwarding",'</legend>',
<legend>',T"IPv6 Pin Hole Rules",'</legend>',
ui_helper.createTable(ipv6_columns,ipv6_data,ipv6_options,nil,ipv6_helpmsg),'\
</fieldset>\
');
Expand Down

0 comments on commit 8df2d2d

Please sign in to comment.