diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java index 5bf360dd97..25ea1e4755 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/TunnelRenderer.java @@ -150,21 +150,26 @@ class TunnelRenderer { out.write("
" - + " | L | " + _t("{0} shared bandwidth", "12 - 32KBps") + " | " - + "M | " + _t("{0} shared bandwidth", "32 - 64KBps") + " | " + + "L | " + _t("{0} shared bandwidth", range(Router.MIN_BW_L, Router.MIN_BW_M)) + " | " + + "M | " + _t("{0} shared bandwidth", range(Router.MIN_BW_M, Router.MIN_BW_N)) + " | " + "|
" - + " | N | " + _t("{0} shared bandwidth", "64 - 128KBps") + " | " - + "O | " + _t("{0} shared bandwidth", "128 - 256KBps") + " | " + + "N | " + _t("{0} shared bandwidth", range(Router.MIN_BW_N, Router.MIN_BW_O)) + " | " + + "O | " + _t("{0} shared bandwidth", range(Router.MIN_BW_O, Router.MIN_BW_P)) + " | " + "|
" - + " | P | " + _t("{0} shared bandwidth", "256 - 2000KBps") + " | " - + "X | " + _t("Over {0} shared bandwidth", "2000KBps") + " | " + + "P | " + _t("{0} shared bandwidth", range(Router.MIN_BW_P, Router.MIN_BW_X)) + " | " + + "X | " + _t("Over {0} shared bandwidth", Router.MIN_BW_X + " KBps") + " | " + "