diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-03-24 14:12:30 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-03-24 14:12:30 +0100 |
| commit | 95145c824e252b030a5e53950c9f1ed39774c79a (patch) | |
| tree | bec14111a86e78f6f742f48e2129b7a9af98fb90 | |
| parent | 87473fce116cab7e992e77305964c7c5009e8306 (diff) | |
no initial text
| -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 cd5ff3c..681e203 100644 --- a/public/client.html +++ b/public/client.html @@ -134,7 +134,7 @@ <div id="client_error_overlay" style="display: none"> <div id="client_error"> <div id="client_error_icon">⚠</div> - <h2 id="client_errortext">Connection lost.</h2> + <h2 id="client_errortext"></h2> <p id="client_error_code"> Error code: <span id="error_id">(none)</span> </p> |
