diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-11 15:40:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 15:40:15 +0300 |
commit | f2749c7314eb5129bba3ef6d5e0947b33dc2101c (patch) | |
tree | e5a452195138fe036a449d99b35f632ffa06dd9d /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm | |
parent | feecf701e731ff6baff2d399fbdfc6984acfb7a7 (diff) | |
parent | 9f5dc2366fb3f6075287b478e18092f1d7dadb9a (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.htm | 6 |
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 |