diff --git a/server/lobbyconnection.py b/server/lobbyconnection.py
index 24f50c8e2..3471df8bd 100644
--- a/server/lobbyconnection.py
+++ b/server/lobbyconnection.py
@@ -629,7 +629,8 @@ async def validate_unique_id(self, cursor, player_id, steamid, encoded_unique_id
self.send_warning("Your computer is associated with too many FAF accounts.
In order to continue "
"using them, you have to link them to Steam: " +
- config.APP_URL + "/faf/steam.php
. For further assistance, please ", fatal=True)
+ config.APP_URL + "/faf/steam.php.
If you need an exception, please contact an "
+ "admin on the forums", fatal=True)
return False
if count == 1 and player_id != result[0][0]:
@@ -637,7 +638,8 @@ async def validate_unique_id(self, cursor, player_id, steamid, encoded_unique_id
self.send_warning("Your computer is already associated with another FAF account.
In order to "
"log in with a new account, you have to link it to Steam: " +
- config.APP_URL + "/faf/steam.php", fatal=True)
+ config.APP_URL + "/faf/steam.php.
If you need an exception, please contact an "
+ "admin on the forums", fatal=True)
return False
if count == 0: