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 f0ab40274..6bc4aaaf6 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -61,7 +61,7 @@ function () { $("#latestNews").append("
"); $("#latestNews").append( - "If you find any problems with specific card or rules in general, please report it on TLHH forum - Report a bug on the PC Discord here, in the #gemp-dev channel. Please include game replay link."); + "If you find any problems with specific card or rules in general, please report it on TLHH forum thread here or on the PC Discord here, in the #gemp-dev channel. Please include game replay link."); chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true, null, true); chat.setBounds(2, 2, 780 - 4, 200 - 4);