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 7a8356e95..847c0a0e8 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("
The service is running on a hosted server, lets keep fingers crossed this works out fine.");
+ $("#latestNews").append("
The service is running on a hosted server, all looks great so far. Did a few changes in the chat code, so it should be more forgiving for people with a bad connection.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);