diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html index dafcf642b..25fd7acba 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -50,8 +50,8 @@ $(document).ready( function () { $("#latestNews").append("
"); - $("#latestNews").append("All sets are available to play. " - + "If you find any problems with specific card or rules in general, please report it on Facebook group - GEMP - LOTR."); + $("#latestNews").append( + "If you find any problems with specific card or rules in general, please report it on TLHH forum - Report a bug, please include game replay link."); chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true); chat.setBounds(2, 2, 780 - 4, 200 - 4);