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/niu/luasrc/view | |
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/niu/luasrc/view')
-rw-r--r-- | modules/niu/luasrc/view/niu/network/warn_ip_change.htm | 2 | ||||
-rw-r--r-- | modules/niu/luasrc/view/niu/system/backup.htm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/niu/luasrc/view/niu/network/warn_ip_change.htm b/modules/niu/luasrc/view/niu/network/warn_ip_change.htm index 9b41372bfe..c8a787510e 100644 --- a/modules/niu/luasrc/view/niu/network/warn_ip_change.htm +++ b/modules/niu/luasrc/view/niu/network/warn_ip_change.htm @@ -7,5 +7,5 @@ dsp.build_url("niu") %> <div style="color: red">Warning! The device IP-address has been changed.<br /> -The router will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div> +It will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div> <br />
\ No newline at end of file diff --git a/modules/niu/luasrc/view/niu/system/backup.htm b/modules/niu/luasrc/view/niu/system/backup.htm index d380f006e2..82b9314be1 100644 --- a/modules/niu/luasrc/view/niu/system/backup.htm +++ b/modules/niu/luasrc/view/niu/system/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 to defaults%></a></li> <% end -%> </ul> </div> |