Merge pull request #6734 from felagund/patch-1
authorPaul Donald <[email protected]>
Mon, 4 Dec 2023 13:05:36 +0000 (14:05 +0100)
committerPaul Donald <[email protected]>
Mon, 4 Dec 2023 22:45:23 +0000 (23:45 +0100)
 luci-mod-network: Update wireless.js to clarify Distance Optimization

(cherry picked from commit 647019cc160c394800db32ce82895245adc302ee)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index d3f332f07605b8d11124ba3914f31df2074ff6d2..04263c5c720bd38c1298c6822fdac3219396fe65 100644 (file)
@@ -950,7 +950,7 @@ return view.extend({
                                        o.value('2', _('High'));
                                        o.value('3', _('Very High'));
 
-                                       o = ss.taboption('advanced', form.Value, 'distance', _('Distance Optimization'), _('Distance to farthest network member in meters.'));
+                                       o = ss.taboption('advanced', form.Value, 'distance', _('Distance Optimization'), _('Distance to farthest network member in meters. Set only for distances above one kilometer; otherwise it is harmful.'));
                                        o.datatype = 'or(range(0,114750),"auto")';
                                        o.placeholder = 'auto';