diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index c17dedfd77ec3baf67898d8a4b4a9d23922a687c..fd7c8957785b78246b924b7f9d64fb0fbcb93d87 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -78,7 +78,7 @@ } } %> - <h3 class="ptitle" id="servicedebug"><%=intl._t("Debugging")%> <a href="/jobs">[<%=intl._t("View the job queue")%>]</a></h3> + <h3 class="ptitle" id="servicedebug"><%=intl._t("Debugging")%></h3> <p class="infohelp"> <% if (net.i2p.util.SystemVersion.hasWrapper()) { %> <%=intl._t("At times, it may be helpful to debug I2P by getting a thread dump. To do so, please select the following option and review the thread dumped to <a href=\"logs.jsp#servicelogs\">wrapper.log</a>.")%>