diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 11:27:28 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 11:27:28 +1300 |
commit | 545705b01818d4239710633ef9b1dacfafc61b44 (patch) | |
tree | c80abdddbc67b034dc7de81869f470aca7b8d4eb /web/l10n/en.json | |
parent | dee1624d4730f2a7c91f940371798956377ff6f2 (diff) | |
download | trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.gz trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.bz2 trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.zip |
Fallback to REST if WebSocket not available
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index f969db40..4b883c7a 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -48,6 +48,7 @@ "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", + "errorSocket": "Web socket connection error", "userEmail": "Email", "userPassword": "Password", "userAdmin": "Admin", |