forked from I2P_Developers/i2p.i2p
Fix typo
This commit is contained in:
@@ -238,7 +238,7 @@
|
|||||||
String cHost= indexBean.getClientInterface(curClient);
|
String cHost= indexBean.getClientInterface(curClient);
|
||||||
if ("".equals(cHost)) {
|
if ("".equals(cHost)) {
|
||||||
out.write("<font color=\"red\">");
|
out.write("<font color=\"red\">");
|
||||||
out.write(intl._("Hort not set"));
|
out.write(intl._("Host not set"));
|
||||||
out.write("</font>");
|
out.write("</font>");
|
||||||
} else {
|
} else {
|
||||||
out.write(cHost);
|
out.write(cHost);
|
||||||
|
Reference in New Issue
Block a user