From 73749fa048e2dbccb4e730b628ab062c98d51877 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 10 Dec 2016 14:12:37 +0200 Subject: [PATCH] luci-mod-admin-{full,mini}: make more distro agnostic Remove some non-essential references to explicit distro names. Signed-off-by: Hannu Nyman --- modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm | 4 ++-- modules/luci-mod-admin-mini/luasrc/view/mini/index.htm | 2 +- modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm b/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm index 82a1fdbc9..3e3f65d91 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm @@ -63,7 +63,7 @@ <% if upgrade_avail then %>
-
<%: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).%>
+
<%:Upload a sysupgrade-compatible image here to replace the running firmware. Check "Keep settings" to retain the current configuration (requires a compatible firmware image).%>
@@ -84,7 +84,7 @@ <% end %> <% else %> -
<%: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.%>
+
<%: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.%>
<% end %> diff --git a/modules/luci-mod-admin-mini/luasrc/view/mini/index.htm b/modules/luci-mod-admin-mini/luasrc/view/mini/index.htm index 5818a567f..621e3cbe8 100644 --- a/modules/luci-mod-admin-mini/luasrc/view/mini/index.htm +++ b/modules/luci-mod-admin-mini/luasrc/view/mini/index.htm @@ -9,5 +9,5 @@

<%_LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt.%>
<%:On the following pages you can adjust all important settings of this device.%>

<%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%>

-

<%:And now have fun with your OpenWrt device!%>

+

<%:And now have fun with your device!%>

<%_The LuCI Team%>

diff --git a/modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm b/modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm index ecd1e8a7a..ef3e2e8d1 100644 --- a/modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm +++ b/modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm @@ -13,7 +13,7 @@ <% if supported then %>

- <%:Upload an OpenWrt image file to reflash the device.%> + <%:Upload a sysupgrade-compatible image file to reflash the device.%> <% if bad_image then %>

<%:The uploaded image file does not @@ -38,7 +38,7 @@ <% else %>
<%_ Sorry. - OpenWrt does not support a system upgrade on this platform.
+ A system upgrade is not supported on this platform.
You need to manually flash your device. %>
<% end %> <% elseif step == 2 then %> -- 2.11.0