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._("News & I2P Updates")%>: | + <% } else { %> +
<%=intl._("News Updates")%>: | + <% } // if canInstall %> <% 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.")%> | |
|