Skip to content

Commit

Permalink
Updated add buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed May 30, 2024
1 parent 8df2d2d commit 59be35a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ local ipv4_valid = {
local ipv4_options = {
tableid = "ipv4_port_forwarding",
basepath = "rpc.network.firewall.portforward.",
createMsg = T"Add IPv4 port mapping",
createMsg = T"Add IPv4 Port Forward",
newList = known_apps,
valid = validate_ipv4_ports,
sorted = "name",
Expand Down Expand Up @@ -554,7 +554,7 @@ local ipv6_valid = {
local ipv6_options = {
tableid = "ipv6_port_forwarding",
basepath = "rpc.network.firewall.pinholerule.",
createMsg = T"Add IPv6 forwarding rule",
createMsg = T"Add IPv6 Pin Hole Rule",
sorted = "name",
newList = known_apps,
valid = validate_ipv6_duplicate_rules
Expand Down

0 comments on commit 59be35a

Please sign in to comment.