From f87421bde8982f779087bdc376a59d77d21729e9 Mon Sep 17 00:00:00 2001 From: linkandzelda91 <1525431+linkandzelda91@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:43:36 -0500 Subject: [PATCH] Update LanNetworksHelp description for clarity (#7118) * Update LanNetworksHelp description for clarity previously, it indicated that "If left blank, only the server's subnet is considered to be on the local network." I tested this and afaik it's wrong, leaving it blank sets all RFC1918 addresses to local. * Update src/strings/en-us.json Co-authored-by: viown <48097677+viown@users.noreply.github.com> --------- Co-authored-by: viown <48097677+viown@users.noreply.github.com> --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 518a2bd69..80b29709d 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1034,7 +1034,7 @@ "LabelYear": "Year", "LabelYoureDone": "You're Done!", "LabelZipCode": "Zip Code", - "LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.", + "LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth and remote access restrictions. If left blank, all RFC1918 addresses are considered local.", "Large": "Large", "Larger": "Larger", "LastActive": "Last active",