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

Small text changes

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-16 21:58:14 +02:00
parent b14c380d0a
commit 932aae82a3
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<% if stderr and #stderr > 0 then %><pre class="error"><%=pcdata(stderr)%></pre><% end %>
<form class="inline" method="post" action="<%=url('admin/system/openmptcprouter/update_vps')%>">
<div class="cbi-map">
<h2 name="content"><%:All OpenMPTCProuter settings%></h2>
<h2 name="content"><%:All router settings%></h2>
<div class="cbi-section">
<pre><%=luci.sys.exec("uci show")%></pre>
</div>

View file

@ -153,7 +153,7 @@
<input type="checkbox" name="disablefastopen" class="cbi-input-checkbox" value="0" <% if luci.model.uci.cursor():get("openmptcprouter","settings","disable_fastopen") == "1" then %>checked<% end %>>
<br />
<div class="cbi-value-description">
<%:Disable TCP Fast Open.%>
<%:Disable TCP Fast Open on Linux and Shadowsocks configuration%>
</div>
</div>
</div>