From 1bb272fefcb8b5136659a5fb55b5466e62759660 Mon Sep 17 00:00:00 2001 From: He Ping Date: Tue, 23 Jan 2024 01:11:40 +0800 Subject: luci-app-watchcat: Improve translation Signed-off-by: He Ping --- .../luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-watchcat/htdocs/luci-static/resources/view') diff --git a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js index dc9e0084bc..91623fcb02 100644 --- a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js +++ b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js @@ -62,7 +62,7 @@ return view.extend({ o.depends({ mode: 'ping_reboot' }); o.depends({ mode: 'restart_iface' }); o.depends({ mode: "run_script" }); - o.value('any'); + o.value('any', _('Any')); o.value('ipv4'); o.value('ipv6'); -- cgit v1.2.3