luci-mod-admin-{full,mini}: make more distro agnostic

Remove some non-essential references to explicit distro names.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2016-12-10 14:12:37 +02:00
parent c5287ef15f
commit 73749fa048
3 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@
<% if upgrade_avail then %> <% if upgrade_avail then %>
<form method="post" action="<%=url('admin/system/flashops/sysupgrade')%>" enctype="multipart/form-data"> <form method="post" action="<%=url('admin/system/flashops/sysupgrade')%>" enctype="multipart/form-data">
<input type="hidden" name="token" value="<%=token%>" /> <input type="hidden" name="token" value="<%=token%>" />
<div class="cbi-section-descr"><%:Upload a sysupgrade-compatible image here to replace the running firmware. Check "Keep settings" to retain the current configuration (requires an OpenWrt compatible firmware image).%></div> <div class="cbi-section-descr"><%:Upload a sysupgrade-compatible image here to replace the running firmware. Check "Keep settings" to retain the current configuration (requires a compatible firmware image).%></div>
<div class="cbi-section-node"> <div class="cbi-section-node">
<div class="cbi-value"> <div class="cbi-value">
<label class="cbi-value-title" for="keep"><%:Keep settings%>:</label> <label class="cbi-value-title" for="keep"><%:Keep settings%>:</label>
@ -84,7 +84,7 @@
<% end %> <% end %>
</form> </form>
<% else %> <% else %>
<div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div> <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the wiki for device specific install instructions.%></div>
<% end %> <% end %>
</fieldset> </fieldset>

View file

@ -9,5 +9,5 @@
<p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt.%><br /> <p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt.%><br />
<%:On the following pages you can adjust all important settings of this device.%></p> <%:On the following pages you can adjust all important settings of this device.%></p>
<p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p> <p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p>
<p><%:And now have fun with your OpenWrt device!%></p> <p><%:And now have fun with your device!%></p>
<p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p> <p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p>

View file

@ -13,7 +13,7 @@
<% if supported then %> <% if supported then %>
<form method="post" action="<%=REQUEST_URI%>" enctype="multipart/form-data"> <form method="post" action="<%=REQUEST_URI%>" enctype="multipart/form-data">
<p> <p>
<%:Upload an OpenWrt image file to reflash the device.%> <%:Upload a sysupgrade-compatible image file to reflash the device.%>
<% if bad_image then %> <% if bad_image then %>
<br /><br /> <br /><br />
<div class="error"><%:The uploaded image file does not <div class="error"><%:The uploaded image file does not
@ -38,7 +38,7 @@
</form> </form>
<% else %> <% else %>
<div class="error"><%_ Sorry. <div class="error"><%_ Sorry.
OpenWrt does not support a system upgrade on this platform.<br /> A system upgrade is not supported on this platform.<br />
You need to manually flash your device. %></div> You need to manually flash your device. %></div>
<% end %> <% end %>
<% elseif step == 2 then %> <% elseif step == 2 then %>