diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
index 6ba82f798..7a8356e95 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html
@@ -122,7 +122,7 @@
$("#latestNews").append("Sets 01-10 are available to play. "
+ "If you find any problems with specific card or rules in general, please report it at the TLHH forums.");
- $("#latestNews").append("
Sorry for the random disconnects, my connection is like that sometime. During the weekend I'll look into moving the service to some hosting.");
+ $("#latestNews").append("
The service is running on a hosted server, lets keep fingers crossed this works out fine.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);