luci-app-xinetd: update redirect help
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 23 Jan 2023 07:37:28 +0000 (08:37 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 23 Jan 2023 07:37:28 +0000 (08:37 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-xinetd/htdocs/luci-static/resources/view/xinetd/xinetd.js

index 5810f5be4324ba4504e3d261e8222ca7f952ed28..c8caa5292f2ee0287915abd9feb4fcfef2e36296 100644 (file)
@@ -133,7 +133,7 @@ return view.extend({
                o.rmempty = false;
                o.modalonly = true;
 
-               o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming requests to this IP address:port.'));
+               o = s.taboption('basic', form.Value, 'redirect', _('Redirect'), _('Redirect incoming TCP requests to this IP address:port.'));
                o.datatype = 'ipaddrport(1)';
                o.modalonly = true;