luci-app-vpnbypass: fix translation string
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
30921b21a5
commit
cc01dd0549
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ s4.anonymous = true
|
||||||
di = s4:option(DynamicList, "ipset", translate("Domains to Bypass"),
|
di = s4:option(DynamicList, "ipset", translate("Domains to Bypass"),
|
||||||
translate("Domains to be accessed directly (outside of the VPN tunnel), see ")
|
translate("Domains to be accessed directly (outside of the VPN tunnel), see ")
|
||||||
.. [[<a href="]] .. readmeURL .. [[#bypass-domains-formatsyntax" target="_blank">]]
|
.. [[<a href="]] .. readmeURL .. [[#bypass-domains-formatsyntax" target="_blank">]]
|
||||||
.. translate("README") .. [[</a>]] .. translate(" for syntax"))
|
.. translate("README") .. [[</a> ]] .. translate("for syntax"))
|
||||||
|
|
||||||
return m, d
|
return m, d
|
||||||
|
|
Loading…
Reference in a new issue