From 2bdf7c83e3c71f9ad4dfaec259c7fcce87e7d807 Mon Sep 17 00:00:00 2001 From: He Ping Date: Tue, 23 Jan 2024 22:58:37 +0800 Subject: luci-app-upup: Improve translation Signed-off-by: He Ping --- .../luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-upnp/htdocs/luci-static/resources/view') 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() { -- cgit v1.2.3