diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-11 11:42:11 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-11 11:42:11 +0000 |
commit | 9f5dc2366fb3f6075287b478e18092f1d7dadb9a (patch) | |
tree | 2afee435851d42d5b5094215bea2c427fcadec7c /applications/luci-app-vpn-policy-routing/luasrc/view | |
parent | 5916ec1fb91f8da5a9933ba12b4ed1edd926c459 (diff) |
luci-app-vpn-policy-routing: improve i18n
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view')
-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 |