From 8a7da8fa6297fa8a5732e6aa8ab38736a00f2dc0 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Wed, 11 Oct 2023 09:59:33 +0200 Subject: [PATCH 1/2] routes&redirects: replace label placeholders --- public/i18n/en/translation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/i18n/en/translation.json b/public/i18n/en/translation.json index 55e44cf61..a2931cda8 100644 --- a/public/i18n/en/translation.json +++ b/public/i18n/en/translation.json @@ -472,7 +472,7 @@ "route_name": "Route name", "route_network_address": "Network address", "route_gateway": "Gateway", - "route_gateway_helper": "Lorem ipsum, or lipsum as it is sometimes known", + "route_gateway_helper": "Enter the gateway IP address. The gateway address should be reacheable by the firewall.", "route_metric": "Metric", "route_interface": "Interface", "route_protocol": "Protocol", @@ -516,7 +516,7 @@ }, "port_forward": { "title": "Port forward", - "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", + "description": "Port forwarding redirects incoming network traffic from the firewall's public IP address to a device on a local network, enabling access to services or applications hosted on that device.", "add_port_forward": "Add port forward", "name": "Name", "source_port": "Source port", @@ -546,8 +546,8 @@ "choose_protocol": "Choose protocol", "any_zone": "Any zone", "any": "Any", - "destination_address_tooltip": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", - "restrict_access_to_tooltip": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", + "destination_address_tooltip": "Redirect matched incoming traffic to the specified internal host.", + "restrict_access_to_tooltip": "By default, the port forward access is granted to anyone. Add IPs or CIDRs to restric the access only from the given networks.", "no_port_forward_configured": "No port forward configured", "no_port_forward_found": "No port forward found", "filter_change_suggestion": "Try changing filter value", From 9f5138e7ac4a01282f86b5d3924f872e004558c7 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Wed, 11 Oct 2023 10:33:40 +0200 Subject: [PATCH 2/2] Update public/i18n/en/translation.json Co-authored-by: Andrea Leardini --- public/i18n/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/i18n/en/translation.json b/public/i18n/en/translation.json index a2931cda8..da9ebc7a8 100644 --- a/public/i18n/en/translation.json +++ b/public/i18n/en/translation.json @@ -516,7 +516,7 @@ }, "port_forward": { "title": "Port forward", - "description": "Port forwarding redirects incoming network traffic from the firewall's public IP address to a device on a local network, enabling access to services or applications hosted on that device.", + "description": "Port forwarding redirects incoming network traffic from the public IP address of the firewall to a device on a local network, enabling access to services or applications hosted on that device.", "add_port_forward": "Add port forward", "name": "Name", "source_port": "Source port",