Merge pull request #863 from danrl/luci-proto-wireguard
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Thu, 1 Dec 2016 09:31:08 +0000 (10:31 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2016 09:31:08 +0000 (10:31 +0100)
luci-proto-wireguard: Fix misleading description

protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua

index 4cda94c..774c6db 100644 (file)
@@ -103,7 +103,8 @@ allowed_ips = peers:option(
   "allowed_ips",
   translate("Allowed IPs"),
   translate("Required. IP addresses and prefixes that this peer is allowed " ..
-            "to use inside the tunnel. Routes will be added accordingly.")
+            "to use inside the tunnel. Usually the peer's tunnel IP " ..
+            "addresses and the networks the peer routes through the tunnel.")
 )
 allowed_ips.datatype = "ipaddr"
 allowed_ips.optional = false