diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp index fdcbf2fb4..ad3d7fea6 100644 --- a/apps/routerconsole/jsp/configkeyring.jsp +++ b/apps/routerconsole/jsp/configkeyring.jsp @@ -29,7 +29,12 @@
<%=intl._t("Exploratory tunnel setting changes are stored in the router.config file.")%> <%=intl._t("Client tunnel changes are temporary and are not saved.")%> +<% + net.i2p.util.PortMapper pm = net.i2p.I2PAppContext.getGlobalContext().portMapper(); + if (pm.isRegistered(net.i2p.util.PortMapper.SVC_I2PTUNNEL)) { +%> <%=intl._t("To make permanent client tunnel changes see the")%> <%=intl._t("i2ptunnel page")%>. +<% } %>