i2ptunnel: Put a ':' on the end of the jump prompt

This commit is contained in:
zzz
2025-02-11 09:38:02 -05:00
parent 84bbb6881d
commit 68a6987a99

View File

@ -1027,7 +1027,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
first = false;
out.write("<br>\n<div id=\"jumplinks\">\n<h4>");
out.write(_t("Click a link below for an address helper from a jump service"));
out.write("</h4>\n");
out.write(":</h4>\n");
} else {
out.write("<br>");
}