diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SummaryBarRenderer.java index 964160711..d549738e2 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SummaryBarRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SummaryBarRenderer.java @@ -178,10 +178,10 @@ class SummaryBarRenderer { .append("\n"); svcs.put(tx, rbuf.toString()); - tx = _t("Reachability"); + tx = _t("Network"); rbuf.setLength(0); - rbuf.append("") .append(nbsp(tx)) .append("\n"); @@ -714,8 +714,8 @@ class SummaryBarRenderer { default: buf.append("testing"); } - buf.append("\">") .append(_t("Network")) .append(": ") diff --git a/apps/routerconsole/jsp/help-faq.jsi b/apps/routerconsole/jsp/help-faq.jsi index adb5bd999..12b82ac1a 100644 --- a/apps/routerconsole/jsp/help-faq.jsi +++ b/apps/routerconsole/jsp/help-faq.jsi @@ -23,8 +23,7 @@ <%=intl._t("You may wish to add one or two to your subscription list.")%>
http://stats.i2p/cgi-bin/newhosts.txthttp://no.i2p/export/alive-hosts.txthttp://identiguy.i2p/hosts.txthttp://notbob.i2p/hosts.txt<%=intl._t("Note that subscribing to a hosts.txt service is an act of trust, as a malicious subscription could give you incorrect addresses, so be careful subscribing to lists from unknown sources.")%> diff --git a/apps/routerconsole/jsp/help-reachability.jsi b/apps/routerconsole/jsp/help-reachability.jsi index f4a9765e0..ad92e6878 100644 --- a/apps/routerconsole/jsp/help-reachability.jsi +++ b/apps/routerconsole/jsp/help-reachability.jsi @@ -1,4 +1,4 @@ -
<%=intl._t("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%> <%=intl._t("If you think you have opened up your firewall and I2P still thinks you are firewalled, remember that you may have multiple firewalls, for example both software packages and external hardware routers.")%>