diff options
author | He Ping <pinghejk@gmail.com> | 2024-01-23 22:58:37 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-01-23 18:00:24 +0200 |
commit | 2bdf7c83e3c71f9ad4dfaec259c7fcce87e7d807 (patch) | |
tree | 5f3fc3633ac77d04f40d54051188db492ca876f4 /applications/luci-app-upnp/htdocs/luci-static/resources/view | |
parent | 92b3040414d390d0a647140b8dea96fb3d1a8533 (diff) |
luci-app-upup: Improve translation
Signed-off-by: He Ping <pinghejk@gmail.com>
Diffstat (limited to 'applications/luci-app-upnp/htdocs/luci-static/resources/view')
-rw-r--r-- | applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js b/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js index e0a326d4fc..86415f8a91 100644 --- a/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js +++ b/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js @@ -200,8 +200,8 @@ return view.extend({ o.placeholder = '0-65535' o = s.option(form.ListValue, 'action', _('Action')) - o.value('allow') - o.value('deny') + o.value('allow', _('Allow')); + o.value('deny', _('Deny')); return m.render().then(L.bind(function(m, nodes) { poll.add(L.bind(function() { |