diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index a3104e15f..2b35fad74 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -26,10 +26,17 @@ " > <% /* set hidden default */ %> + <% if (updatehelper.canInstall()) { %>

<%=intl._("Check for I2P and news updates")%>

+ <% } else { %> +

<%=intl._("Check for news updates")%>

+
<%=intl._("News & I2P Updates")%>:
+ + + <% } // if canInstall %> @@ -57,7 +64,7 @@ <% } else { %> - + <% } // if canInstall %>
<%=intl._("News Updates")%>: <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> <%=intl._("Update In Progress")%>
<% } else { %> " /> <% } %>

<%=intl._("Unsigned Build URL")%>: ">
<%=intl._("I2P updates are disabled because you do not have write permission for the install directory.")%>
<%=intl._("Updates will be dispatched via your package manager.")%>