From a6a3045de8156a106b98d0e85fa135e5552db4ba Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Sun, 29 Oct 2023 17:56:48 +0800 Subject: [PATCH] Update htdocs/luci-static/resources/view/homeproxy/client.js Co-authored-by: Tianling Shen --- htdocs/luci-static/resources/view/homeproxy/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/luci-static/resources/view/homeproxy/client.js b/htdocs/luci-static/resources/view/homeproxy/client.js index 694ace43..b593cf1d 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -246,7 +246,7 @@ return view.extend({ o.value('redirect_tun', _('Redirect TCP + Tun UDP')); o.value('tun', _('Tun TCP/UDP')); } else { - o.description = _('To enable Tun support, you need to install %s
').format(['ip-full', 'kmod-tun']); + o.description = _('To enable Tun support, you need to install ip-full and kmod-tun'); } o.default = 'redirect_tproxy'; o.rmempty = false;