From 56b8179bbb14206d6eb6721aaba7a12abd02cf00 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Wed, 11 Oct 2023 09:59:33 +0200 Subject: [PATCH] routes&redirects: replace label placeholders --- public/i18n/en/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/i18n/en/translation.json b/public/i18n/en/translation.json index 55e44cf61..088d6b24b 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", @@ -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",