mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Change some luci-app-openmptcprouter strings
This commit is contained in:
parent
dd7a0481de
commit
296dde429b
2 changed files with 355 additions and 340 deletions
|
@ -17,9 +17,9 @@
|
|||
%>
|
||||
<form class="inline" method="post" action="<%=url('admin/system/' .. menuentry:lower() .. '/update_vps')%>">
|
||||
<div class="cbi-map">
|
||||
<h2 name="content"><%:Update VPS%></h2>
|
||||
<h2 name="content"><%:Update server%></h2>
|
||||
<fieldset class="cbi-section" id="update">
|
||||
<div class="cbi-section-descr"><%:Update remotly the server to latest version when needed.%> <b><%:Beta%></b></div>
|
||||
<div class="cbi-section-descr"><%:Update remotly servers to latest version and reboot them.%> <b><%:Beta%></b></div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Update server%></label>
|
||||
<div class="cbi-value-field">
|
||||
|
@ -40,7 +40,7 @@
|
|||
<div class="cbi-map">
|
||||
<h2 name="content"><%:Advanced Settings%></h2>
|
||||
<fieldset class="cbi-section" id="networks">
|
||||
<legend><%:VPS settings%></legend>
|
||||
<legend><%:Server settings%></legend>
|
||||
<%
|
||||
uci:foreach("openmptcprouter","server", function(s)
|
||||
servername = s[".name"]
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue