From: Christian Schoenebeck Date: Thu, 1 Dec 2016 09:31:08 +0000 (+0100) Subject: Merge pull request #863 from danrl/luci-proto-wireguard X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4e9c2f61c2e1168611ede9fe70b206cacdddc779;hp=ebb5a90f76a5c4f3876c94dc6215b4c54ceff216 Merge pull request #863 from danrl/luci-proto-wireguard luci-proto-wireguard: Fix misleading description --- diff --git a/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua b/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua index 4cda94c7d..774c6db22 100644 --- a/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua +++ b/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua @@ -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