diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-12 18:09:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 18:09:25 +0300 |
commit | 1544e10f918a168e8e7860da5e22fb5f294479e5 (patch) | |
tree | 61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-tinyproxy/luasrc/model/cbi | |
parent | 896892f9afd2180094ca12faa8a0b5a9f2193207 (diff) | |
parent | 282aa6856d5f1029443df4229b10a82e0ca04fb6 (diff) |
Merge pull request #2221 from yangfl/master
treewide: Fix typos in UI strings
Diffstat (limited to 'applications/luci-app-tinyproxy/luasrc/model/cbi')
-rw-r--r-- | applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua index 11f34fbad4..e38dec4b91 100644 --- a/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua +++ b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua @@ -216,7 +216,7 @@ s.addremove = true t = s:option(ListValue, "type", translate("Policy"), - translate("<em>Via proxy</em> routes requests to the given target via the specifed upstream proxy, <em>Reject access</em> disables any upstream proxy for the target")) + translate("<em>Via proxy</em> routes requests to the given target via the specified upstream proxy, <em>Reject access</em> disables any upstream proxy for the target")) t:value("proxy", translate("Via proxy")) t:value("reject", translate("Reject access")) |