summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-04-11 15:40:15 +0300
committerGitHub <noreply@github.com>2020-04-11 15:40:15 +0300
commitf2749c7314eb5129bba3ef6d5e0947b33dc2101c (patch)
treee5a452195138fe036a449d99b35f632ffa06dd9d /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm
parentfeecf701e731ff6baff2d399fbdfc6984acfb7a7 (diff)
parent9f5dc2366fb3f6075287b478e18092f1d7dadb9a (diff)
Merge pull request #3896 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: improve i18n
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm')
-rw-r--r--applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm6
1 files changed, 2 insertions, 4 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm
index 2b92ad58e7..062d4bbdf4 100644
--- a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm
+++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm
@@ -11,10 +11,8 @@ This is free software, licensed under the Apache License, Version 2.0
</textarea>
<div>
-<%- local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" -%>
-<%=translate("Checkmark represents the default gateway. See the") .. " "
-.. [[<a href="]] .. readmeURL .. [[#a-word-about-default-routing" target="_blank">]]
-.. translate("README") .. [[</a>]] .. " " .. translate("for details.")%>
+<%- local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md#a-word-about-default-routing" -%>
+<%=translatef("Checkmark represents the default gateway. See the <a href=\"%s\" target=\"_blank\">README</a> for details.", readmeURL)%>
</div>
<%+cbi/valuefooter%> \ No newline at end of file