mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-09 14:34:36 +02:00
Fix English language strings, as per #203
This commit is contained in:
parent
8c4f0c1253
commit
d2f933e15f
3 changed files with 16 additions and 12 deletions
web/src/app
|
@ -71,7 +71,7 @@ class Connection {
|
|||
this.onStateChanged(this.subscriptionId, ConnectionState.Connecting);
|
||||
}
|
||||
};
|
||||
this.ws.onerrgoogle.ccor = (event) => {
|
||||
this.ws.onerror = (event) => {
|
||||
console.log(`[Connection, ${this.shortUrl}, ${this.connectionId}] Error occurred: ${event}`, event);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue