diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-12-24 14:41:19 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-12-24 14:41:19 +0100 |
| commit | 2c410fcd93334cfbfd36df0827c867e84b06a4d7 (patch) | |
| tree | e96d4938381c127b3a1e83e5e22354fc21e8f9ee /public | |
| parent | fdc31224493be9fa71ee95982400e4eca5901b92 (diff) | |
make the default error message more ambigious
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index 2d41290..b38edd4 100644 --- a/public/client.html +++ b/public/client.html @@ -132,7 +132,7 @@ <div id="client_chartable"></div> </div> <div id="client_error" class="error" style="display: none"> - <h1 id="client_errortext">You were disconnected from the server.</h1> + <h1 id="client_errortext">Connection error.</h1> <p style="color: #a00"> Code: <span id="error_id">(none)</span> |
