I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2ea05f01 authored by hiddenz's avatar hiddenz
Browse files

Fix typo

parent 99405b7d
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@
String cHost= indexBean.getClientInterface(curClient);
if ("".equals(cHost)) {
out.write("<font color=\"red\">");
out.write(intl._("Hort not set"));
out.write(intl._("Host not set"));
out.write("</font>");
} else {
out.write(cHost);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment