diff options
Diffstat (limited to 'modules/admin-mini/luasrc')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/backup.htm | 4 | ||||
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/index.htm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/backup.htm b/modules/admin-mini/luasrc/view/mini/backup.htm index 47b513bd2..eb9dc46e4 100644 --- a/modules/admin-mini/luasrc/view/mini/backup.htm +++ b/modules/admin-mini/luasrc/view/mini/backup.htm @@ -15,13 +15,13 @@ $Id$ <%+header%> <h2><a id="content" name="content"><%:System%></a></h2> <h3><%:Backup / Restore%></h3> -<p><%:Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.%></p> +<p><%:Here you can backup and restore your configuration and - if possible - reset this device to the default settings.%></p> <br /> <div> <ul> <li><a href="<%=REQUEST_URI%>?backup=kthxbye"><%:Create backup%></a></li> <% if reset_avail then -%> - <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset router to defaults%></a></li> + <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset this device to defaults%></a></li> <% end -%> </ul> </div> diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index d9d3ff372..61d01f96f 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -15,7 +15,7 @@ $Id$ <h2><a id="content" name="content"><%:Hello!%></a></h2> <p><%_This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p> <p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br /> -<%:On the following pages you can adjust all important settings of your router.%></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><%:And now have fun with your router!%></p> +<p><%:And now have fun with your OpenWrt device!%></p> <p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p> |