luci-mod-admin-{full,mini}: make more distro agnostic
[project/luci.git] / modules / luci-mod-admin-mini / luasrc / view / mini / upgrade.htm
index 5518798..ef3e2e8 100644 (file)
@@ -1,19 +1,19 @@
 <%#
  Copyright 2008 Steven Barth <steven@midlink.org>
- Copyright 2008-2009 Jo-Philipp Wich <xm@subsignal.org>
+ Copyright 2008-2009 Jo-Philipp Wich <jow@openwrt.org>
  Licensed to the public under the Apache License 2.0.
 -%>
 
 <%+header%>
 
-<h2><a id="content" name="content"><%:System%></a></h2>
+<h2 name="content"><%:System%></h2>
 <h3><%:Flash Firmware%></h3>
 
 <% if step == 1 then %>
        <% if supported then %>
        <form method="post" action="<%=REQUEST_URI%>" enctype="multipart/form-data">
        <p>
-               <%:Upload an OpenWrt image file to reflash the device.%>
+               <%:Upload a sysupgrade-compatible image file to reflash the device.%>
                <% if bad_image then %>
                        <br /><br />
                        <div class="error"><%:The uploaded image file does not
@@ -38,7 +38,7 @@
        </form>
        <% else %>
                <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>
        <% end %>
 <% elseif step == 2 then %>