1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Fix typo and add help

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-09-19 19:33:48 +02:00
parent a1404fd3eb
commit 44ff4334bd

View file

@ -944,7 +944,7 @@
<input class="cbi-input-checkbox" type="checkbox" name="cbid.sqm.<%=ifname%>.enabled" id="cbid.sqm.<%=ifname%>.enabled" value="1" <% if uci:get("sqm",ifname,"enabled") == "1" then %>checked<% end %> /> <input class="cbi-input-checkbox" type="checkbox" name="cbid.sqm.<%=ifname%>.enabled" id="cbid.sqm.<%=ifname%>.enabled" value="1" <% if uci:get("sqm",ifname,"enabled") == "1" then %>checked<% end %> />
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<%:SQM control bufferloat: the undesirable latency that arises when the router buffers too much data.%> <%:SQM control bufferbloat: the undesirable latency that arises when the router buffers too much data.%>
</div> </div>
</div> </div>
</div> </div>
@ -955,6 +955,7 @@
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<%:SQM autorate is for LTE and connection without a stable speed.%> <%:SQM autorate is for LTE and connection without a stable speed.%>
<%:Download and upload speed MUST be set to make this work.%>
<% <%
if cake ~= "cake" then if cake ~= "cake" then
%> %>