mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix typo and add help
This commit is contained in:
parent
a1404fd3eb
commit
44ff4334bd
1 changed files with 2 additions and 1 deletions
|
@ -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 %> />
|
||||
<br />
|
||||
<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>
|
||||
|
@ -955,6 +955,7 @@
|
|||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%: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
|
||||
%>
|
||||
|
|
Loading…
Reference in a new issue