diff options
author | Daniel Golle <daniel@makrotopia.org> | 2012-07-01 20:05:05 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2012-07-01 20:05:05 +0000 |
commit | 5be59e6ae7a496a695c5dd533b0b48bb172ec821 (patch) | |
tree | 8030544f27ad3ae85b53d133dd51ecf7ad4bf0f3 /modules/admin-mini/luasrc/view/mini/backup.htm | |
parent | 9b1f4dfee38395e99009be5f1276153d2d052506 (diff) |
Cosmetic changes to the terminology in the UI:
Replace references to the device running LuCI as being a "router", as that is
not necessarily the case.
Diffstat (limited to 'modules/admin-mini/luasrc/view/mini/backup.htm')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/backup.htm | 4 |
1 files changed, 2 insertions, 2 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> |