From 14e4cba7cd1fa2159bf07c2c04674ec9002542ed Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 13 Jun 2018 11:57:50 +0000 Subject: [PATCH] SSL Wizard tweaks --- apps/i2ptunnel/jsp/ssl.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/i2ptunnel/jsp/ssl.jsp b/apps/i2ptunnel/jsp/ssl.jsp index a88e5fc4e..a06bc15c8 100644 --- a/apps/i2ptunnel/jsp/ssl.jsp +++ b/apps/i2ptunnel/jsp/ssl.jsp @@ -511,7 +511,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% if (altb32 != null && altb32.length() > 0) { %> - <%=intl._t("Alt Base 32")%>: <%=altb32%> + <%=intl._t("Alt Base 32")%>: <%=altb32%> <% } // altb32 final String CHECK = "  ✔"; @@ -780,8 +780,8 @@ input.default { width: 1px; height: 1px; visibility: hidden; } } // for client if (!foundClientConfig) { %> -Cannot configure, no Jetty server found in clients.config that matches this tunnel -Support for non-Jetty servers TBD +Cannot configure, no Jetty server found in client configurations that matches this tunnel +Support for non-Jetty servers will be added in a future release <% } } catch (IOException ioe) { ioe.printStackTrace(); }