Skip to content

Commit

Permalink
Update htdocs/luci-static/resources/view/homeproxy/client.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
  • Loading branch information
muink and 1715173329 authored Oct 29, 2023
1 parent 4cccdfc commit a6a3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>%s</b><br/>').format(['ip-full', 'kmod-tun']);
o.description = _('To enable Tun support, you need to install <code>ip-full</code> and <code>kmod-tun</code>');
}
o.default = 'redirect_tproxy';
o.rmempty = false;
Expand Down

0 comments on commit a6a3045

Please sign in to comment.