From 94110f6e7fa452a3e23ae53cb114781520d58217 Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Fri, 9 Aug 2024 21:50:27 +0800 Subject: [PATCH] chore(client): explain the role of `.dns.rules[].outbound` --- 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 1f420071..acc1c164 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -912,7 +912,7 @@ return view.extend({ so.modalonly = true; so = ss.taboption('field_other', form.MultiValue, 'outbound', _('Outbound'), - _('Match outbound.')); + _('Match .outbounds[].server domains.')); so.load = function(section_id) { delete this.keylist; delete this.vallist;