Cosmetic changes to the terminology in the UI:
[project/luci.git] / modules / admin-mini / luasrc / view / mini / backup.htm
index 47b513b..eb9dc46 100644 (file)
@@ -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>