From f28cb361557498f82b9161b6c0dfa7f96e55b46a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 20 Nov 2024 21:53:03 +0800 Subject: [PATCH] chore(client): typo Signed-off-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 ca18b487..a45e6b85 100644 --- a/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/htdocs/luci-static/resources/view/homeproxy/client.js @@ -967,7 +967,7 @@ return view.extend({ so.modalonly = true; so = ss.taboption('field_other', form.MultiValue, 'outbound', _('Outbound'), - _('Match server name of outbound.')); + _('Match the server name of outbound.')); so.load = function(section_id) { delete this.keylist; delete this.vallist;