update connection error message

This commit is contained in:
ppc
2024-08-10 13:39:57 +01:00
parent 2e4f3b8140
commit faaf5f4330
+2 -2
View File
@@ -138,8 +138,8 @@ function ServerCardInPage() {
<ServerOff className="h-4 w-4"/>
<AlertTitle>Connection Issue</AlertTitle>
<AlertDescription>
There was an issue connecting to the machine at <code>{server.address}</code>. Please check the
server is running and try again.
There was an issue connecting to <code>{server.address}</code>.
Please check the game is running and try again.
</AlertDescription>
</Alert>)}