diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 359a7fea0..d0662deb2 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -213,11 +213,11 @@ <% int tunnelQuantity = editBean.getTunnelQuantity(curTunnel, 2); - %>>1 inbound tunnel (low bandwidth usage, less reliability) - >2 inbound tunnels (standard bandwidth usage, standard reliability) - >3 inbound tunnels (higher bandwidth usage, higher reliability) + %>>1 inbound, 1 outbound tunnel (low bandwidth usage, less reliability) + >2 inbound, 2 outbound tunnels (standard bandwidth usage, standard reliability) + >3 inbound, 3 outbound tunnels (higher bandwidth usage, higher reliability) <% if (tunnelQuantity > 3) { - %> <%=tunnelQuantity%> inbound tunnels + %> <%=tunnelQuantity%> tunnels <% } %> @@ -228,9 +228,9 @@ <% int tunnelBackupQuantity = editBean.getTunnelBackupQuantity(curTunnel, 0); %>>0 backup tunnels (0 redundancy, no added resource usage) - >1 backup tunnel (low redundancy, low resource usage) - >2 backup tunnels (medium redundancy, medium resource usage) - >3 backup tunnels (high redundancy, high resource usage) + >1 backup tunnel each direction (low redundancy, low resource usage) + >2 backup tunnels each direction (medium redundancy, medium resource usage) + >3 backup tunnels each direction (high redundancy, high resource usage) <% if (tunnelBackupQuantity > 3) { %> <%=tunnelBackupQuantity%> backup tunnels <% } @@ -284,4 +284,4 @@